pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/fuse-emulator



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Dec 10 15:51:04 UTC 2017

Modified Files:
        pkgsrc/emulators/fuse-emulator: options.mk

Log Message:
CONFIGURE_ARGS are slightly different now


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/emulators/fuse-emulator/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/fuse-emulator/options.mk
diff -u pkgsrc/emulators/fuse-emulator/options.mk:1.2 pkgsrc/emulators/fuse-emulator/options.mk:1.3
--- pkgsrc/emulators/fuse-emulator/options.mk:1.2       Fri May 26 19:35:48 2017
+++ pkgsrc/emulators/fuse-emulator/options.mk   Sun Dec 10 15:51:04 2017
@@ -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)



Home | Main Index | Thread Index | Old Index