summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorrhialto <rhialto@pkgsrc.org>2020-01-01 16:30:37 +0000
committerrhialto <rhialto@pkgsrc.org>2020-01-01 16:30:37 +0000
commit2137d19b317a0d5ba4ea46c16060f5f6a0886fcc (patch)
tree1e5e741703b3ca3a3568b6ee5cd5f378cc2e28df /emulators
parent3d599e55e1bea25050b3156521c06e50c56aff2a (diff)
downloadpkgsrc-2137d19b317a0d5ba4ea46c16060f5f6a0886fcc.tar.gz
Rename options for vice to have a "vice-" prefix (x64, cpuhistory).
Diffstat (limited to 'emulators')
-rw-r--r--emulators/vice/options.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/vice/options.mk b/emulators/vice/options.mk
index 4d5152ef628..d4ba65e8bc4 100644
--- a/emulators/vice/options.mk
+++ b/emulators/vice/options.mk
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.11 2019/12/31 14:42:22 rhialto Exp $
+# $NetBSD: options.mk,v 1.12 2020/01/01 16:30:37 rhialto Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.vice
-PKG_SUPPORTED_OPTIONS= ffmpeg x64 cpuhistory
+PKG_SUPPORTED_OPTIONS= ffmpeg vice-x64 vice-cpuhistory
PKG_OPTIONS_REQUIRED_GROUPS= gui
PKG_OPTIONS_GROUP.gui= gtk3 sdl sdl2
PKG_SUGGESTED_OPTIONS= gtk3 ffmpeg
@@ -39,11 +39,11 @@ CONFIGURE_ARGS+= --enable-external-ffmpeg
.endif
# Building x64 is deprecated, in favour of x64sc (but that is slower).
-.if !empty(PKG_OPTIONS:Mx64)
+.if !empty(PKG_OPTIONS:Mvice-x64)
CONFIGURE_ARGS+= --enable-x64
PLIST.x64= yes
.endif
-.if !empty(PKG_OPTIONS:Mcpuhistory)
+.if !empty(PKG_OPTIONS:Mvice-cpuhistory)
CONFIGURE_ARGS+= --enable-cpuhistory
.endif