From 9c435d97cc677d79b74e5e372fd22ec4b57a0a65 Mon Sep 17 00:00:00 2001 From: dillo Date: Tue, 31 May 2005 10:01:36 +0000 Subject: 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. --- emulators/vice/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'emulators/vice') 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" -- cgit v1.2.3