diff options
author | dillo <dillo@pkgsrc.org> | 2005-05-31 10:01:36 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2005-05-31 10:01:36 +0000 |
commit | f81ae835adc78533f22ce227d12d3f56e6076f1a (patch) | |
tree | 54f5cc64fe8b06d4695748b3d5b9967e8c030117 /emulators/vice | |
parent | 79084c0d28dd7c904bebb1b7d09f66fa505cfc47 (diff) | |
download | pkgsrc-f81ae835adc78533f22ce227d12d3f56e6076f1a.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/Makefile | 7 |
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" |