summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorgdt <gdt>2015-09-12 12:54:10 +0000
committergdt <gdt>2015-09-12 12:54:10 +0000
commit9e954ac892b9e37ea415397122fc2183bbac0e83 (patch)
tree1ce6553d7338878205a2e34419c3c81d0742842d /graphics
parentdd9431787e242d419ca1955ff74e3a47179c58d2 (diff)
downloadpkgsrc-9e954ac892b9e37ea415397122fc2183bbac0e83.tar.gz
Disable libchamplain option by default.
The libchamplain option used to work, but it doesn't seem to work in this version, and it pulls in a lot of dependencies. Disable it by default until this is resolved.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/geeqie/Makefile4
-rw-r--r--graphics/geeqie/options.mk8
2 files changed, 8 insertions, 4 deletions
diff --git a/graphics/geeqie/Makefile b/graphics/geeqie/Makefile
index 908ec571706..144917df4ed 100644
--- a/graphics/geeqie/Makefile
+++ b/graphics/geeqie/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.51 2015/09/10 19:09:43 gdt Exp $
+# $NetBSD: Makefile,v 1.52 2015/09/12 12:54:10 gdt Exp $
#
DISTNAME= geeqie-1.2.2
-PKGREVISION= 1
+PKGREVISION= 2
EXTRACT_SUFX= .tar.xz
CATEGORIES= graphics
MASTER_SITES= http://www.geeqie.org/
diff --git a/graphics/geeqie/options.mk b/graphics/geeqie/options.mk
index f5bcda0c484..35b52b0ac75 100644
--- a/graphics/geeqie/options.mk
+++ b/graphics/geeqie/options.mk
@@ -1,14 +1,18 @@
-# $NetBSD: options.mk,v 1.1 2013/05/07 11:08:40 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2015/09/12 12:54:10 gdt Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.geeqie
PKG_SUPPORTED_OPTIONS= libchamplain
-PKG_SUGGESTED_OPTIONS= libchamplain
+# The libchamplain option doesn't actually work, so leave it off
+# to avoid the pain of dependencies with no benefit, until debugged.
+PKG_SUGGESTED_OPTIONS=
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mlibchamplain)
CONFIGURE_ARGS+= --enable-gps
+CONFIGURE_ARGS+= --enable-clutter
.include "../../geography/libchamplain04/buildlink3.mk"
+.include "../../graphics/clutter/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-gps
.endif