summaryrefslogtreecommitdiff
path: root/emulators/vice
diff options
context:
space:
mode:
authorjlam <jlam>2004-08-22 19:32:51 +0000
committerjlam <jlam>2004-08-22 19:32:51 +0000
commit5cc6a7c1f324655a55780f73b3d7d11d39d55ec5 (patch)
treebe106f064832dabfe855335adc4a7d14708a360a /emulators/vice
parenta3f9a03576685fb9a6a35d58b1695247504fc00a (diff)
downloadpkgsrc-5cc6a7c1f324655a55780f73b3d7d11d39d55ec5.tar.gz
Change the way that legacy USE_* and FOO_USE_* options are converted
into the bsd.options.mk framework. Instead of appending to ${PKG_OPTIONS_VAR}, it appends to PKG_DEFAULT_OPTIONS. This causes the default options to be the union of PKG_DEFAULT_OPTIONS and any old USE_* and FOO_USE_* settings. This fixes PR pkg/26590.
Diffstat (limited to 'emulators/vice')
-rw-r--r--emulators/vice/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile
index f81f04f508d..dc31614ea17 100644
--- a/emulators/vice/Makefile
+++ b/emulators/vice/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2004/08/03 20:47:50 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2004/08/22 19:32:51 jlam Exp $
#
DISTNAME= vice-1.14
@@ -34,7 +34,7 @@ INFO_FILES= vice.info
.include "../../mk/bsd.prefs.mk"
.if !empty(VICE_USE_FFMPEG:M[Yy][Ee][Ss])
-PKG_OPTIONS.vice+= ffmpeg
+PKG_DEFAULT_OPTIONS+= ffmpeg
.endif
PKG_OPTIONS_VAR= PKG_OPTIONS.vice