summaryrefslogtreecommitdiff
path: root/emulators/vice
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-05-29 08:41:29 +0000
committerwiz <wiz@pkgsrc.org>2007-05-29 08:41:29 +0000
commitd2c881a09fe93979c8e7aa9c42b5e68586dfb7f0 (patch)
tree4ad322ce9d421487fa25ae6d7b9326fe0db9e71a /emulators/vice
parentf5ff57f92ebc1f6226382bf9d4d92173d09741b7 (diff)
downloadpkgsrc-d2c881a09fe93979c8e7aa9c42b5e68586dfb7f0.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.
Diffstat (limited to 'emulators/vice')
-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"