pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/geeqie
Module Name: pkgsrc
Committed By: wiz
Date: Wed Mar 11 14:37:24 UTC 2020
Modified Files:
pkgsrc/graphics/geeqie: options.mk
Log Message:
geeqie: fix option names
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/geeqie/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/graphics/geeqie/options.mk
diff -u pkgsrc/graphics/geeqie/options.mk:1.6 pkgsrc/graphics/geeqie/options.mk:1.7
--- pkgsrc/graphics/geeqie/options.mk:1.6 Wed Mar 11 10:54:43 2020
+++ pkgsrc/graphics/geeqie/options.mk Wed Mar 11 14:37:24 2020
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2020/03/11 10:54:43 wiz Exp $
+# $NetBSD: options.mk,v 1.7 2020/03/11 14:37:24 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.geeqie
PKG_OPTIONS_OPTIONAL_GROUPS= gtk
@@ -9,12 +9,12 @@ PKG_SUGGESTED_OPTIONS= gtk3
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mlibchamplain)
-CONFIGURE_ARGS+= --enable-gps
+CONFIGURE_ARGS+= --enable-map
CONFIGURE_ARGS+= --enable-clutter
.include "../../geography/libchamplain012/buildlink3.mk"
.include "../../graphics/clutter/buildlink3.mk"
.else
-CONFIGURE_ARGS+= --disable-gps
+CONFIGURE_ARGS+= --disable-map
.endif
.if !empty(PKG_OPTIONS:Mgtk2)
Home |
Main Index |
Thread Index |
Old Index