diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vice/Makefile | 4 |
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 |