pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/vice Add --enable-ffmpeg to configure argume...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a0d89784c455
branches: trunk
changeset: 480218:a0d89784c455
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Sep 01 23:07:57 2004 +0000
description:
Add --enable-ffmpeg to configure arguments if ffmpeg option
is wanted (not done automatically any longer).
Bump PKGREVISION.
diffstat:
emulators/vice/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (24 lines):
diff -r 6cb491a81d65 -r a0d89784c455 emulators/vice/Makefile
--- a/emulators/vice/Makefile Wed Sep 01 22:08:25 2004 +0000
+++ b/emulators/vice/Makefile Wed Sep 01 23:07:57 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.50 2004/08/31 15:53:09 dillo Exp $
+# $NetBSD: Makefile,v 1.51 2004/09/01 23:07:57 wiz Exp $
#
DISTNAME= vice-1.15
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/VICE/ \
http://www.nic.funet.fi/pub/cbm/crossplatform/emulators/VICE/
@@ -45,6 +46,10 @@
CONFIGURE_ENV+= ac_cv_header_sys_soundcard_h=no
.endif
+.if !empty(PKG_OPTIONS:Mffmpeg)
+CONFIGURE_ARGS+= --enable-ffmpeg
+.endif
+
.if !empty(PKG_OPTIONS:Mgnome)
CONFIGURE_ARGS+= --enable-gnomeui
.endif
Home |
Main Index |
Thread Index |
Old Index