pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/geeqie geeqie: fix option names



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab9abaff8d4b
branches:  trunk
changeset: 412708:ab9abaff8d4b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Mar 11 14:37:24 2020 +0000

description:
geeqie: fix option names

diffstat:

 graphics/geeqie/options.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 84a80c07c046 -r ab9abaff8d4b graphics/geeqie/options.mk
--- a/graphics/geeqie/options.mk        Wed Mar 11 14:24:55 2020 +0000
+++ b/graphics/geeqie/options.mk        Wed Mar 11 14:37:24 2020 +0000
@@ -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 @@
 .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