summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-12-10 15:51:04 +0000
committeradam <adam@pkgsrc.org>2017-12-10 15:51:04 +0000
commit4064ea71b11c256a4d126694f88233e84f52f683 (patch)
treebc594a4695964d2c0b908c2a8c8fa3a998bedf97 /emulators
parent0f8f68fdf3b85fcb10ac300df927295526913acd (diff)
downloadpkgsrc-4064ea71b11c256a4d126694f88233e84f52f683.tar.gz
CONFIGURE_ARGS are slightly different now
Diffstat (limited to 'emulators')
-rw-r--r--emulators/fuse-emulator/options.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/fuse-emulator/options.mk b/emulators/fuse-emulator/options.mk
index 934b686beed..ae8ba837fa4 100644
--- a/emulators/fuse-emulator/options.mk
+++ b/emulators/fuse-emulator/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2017/05/26 19:35:48 adam Exp $
+# $NetBSD: options.mk,v 1.3 2017/12/10 15:51:04 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.fuse
PKG_SUPPORTED_OPTIONS= gtk sdl
@@ -9,9 +9,10 @@ PKG_SUGGESTED_OPTIONS= gtk
PLIST_VARS+= gtk sdl
.if !empty(PKG_OPTIONS:Mgtk)
-CONFIGURE_ARGS+= --with-gtk3
PLIST.gtk= yes
.include "../../x11/gtk3/buildlink3.mk"
+.else
+CONFIGURE_ARGS+= --without-gtk
.endif
.if !empty(PKG_OPTIONS:Msdl)