summaryrefslogtreecommitdiff
path: root/emulators/vice
diff options
context:
space:
mode:
authordillo <dillo>2005-05-31 10:01:36 +0000
committerdillo <dillo>2005-05-31 10:01:36 +0000
commit9314461cff3bf6aee8aa113f28f994a688cf822c (patch)
tree54f5cc64fe8b06d4695748b3d5b9967e8c030117 /emulators/vice
parenta304436e23930aa6cf230d08033d086a7e5a2be5 (diff)
downloadpkgsrc-9314461cff3bf6aee8aa113f28f994a688cf822c.tar.gz
Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz.
Diffstat (limited to 'emulators/vice')
-rw-r--r--emulators/vice/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index 0bc063d49d2..69f4c68cb5d 100644
--- a/emulators/vice/Makefile
+++ b/emulators/vice/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2005/05/22 20:07:58 jlam Exp $
+# $NetBSD: Makefile,v 1.56 2005/05/31 10:01:36 dillo Exp $
#
DISTNAME= vice-1.16
@@ -31,12 +31,9 @@ INFO_FILES= vice.info
.include "../../mk/bsd.prefs.mk"
-.if !empty(VICE_USE_FFMPEG:M[Yy][Ee][Ss])
-PKG_DEFAULT_OPTIONS+= ffmpeg
-.endif
-
PKG_OPTIONS_VAR= PKG_OPTIONS.vice
PKG_SUPPORTED_OPTIONS= esound ffmpeg gnome
+PKG_OPTIONS_LEGACY_VARS+=VICE_USE_FFMPEG:ffmpeg
.include "../../mk/bsd.options.mk"