summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2007-05-29 08:41:29 +0000
committerwiz <wiz>2007-05-29 08:41:29 +0000
commit85747833ab7d5a9565bfceb5a0beb990023030a5 (patch)
tree4ad322ce9d421487fa25ae6d7b9326fe0db9e71a
parenta644e786b8ed66b6242d230f6b02bcffbf925abe (diff)
downloadpkgsrc-85747833ab7d5a9565bfceb5a0beb990023030a5.tar.gz
Remove (default off) ffmpeg from PKG_SUPPORTED_OPTIONS -- pkgsrc
vice version 1.21 needs at least ffmpeg-0.5.1, which is not currently in pkgsrc.
-rw-r--r--emulators/vice/options.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/emulators/vice/options.mk b/emulators/vice/options.mk
index 84da38164e1..9fec5a606f8 100644
--- a/emulators/vice/options.mk
+++ b/emulators/vice/options.mk
@@ -1,7 +1,9 @@
-# $NetBSD: options.mk,v 1.3 2007/02/07 19:43:29 wiz Exp $
+# $NetBSD: options.mk,v 1.4 2007/05/29 08:41:29 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.vice
-PKG_SUPPORTED_OPTIONS= esound ffmpeg lame gnome
+# ffmpeg support for vice-1.21 needs at least ffmpeg-0.5.1
+#PKG_SUPPORTED_OPTIONS= esound ffmpeg lame gnome
+PKG_SUPPORTED_OPTIONS= esound lame gnome
.include "../../mk/bsd.options.mk"