summaryrefslogtreecommitdiff
path: root/x11/gtk2/options.mk
diff options
context:
space:
mode:
authordrochner <drochner>2008-10-16 11:10:06 +0000
committerdrochner <drochner>2008-10-16 11:10:06 +0000
commitddbe8137da2c4d016324f52794390f2a49779593 (patch)
tree6ec245ee1a8840d0645ccd7d03c41f80cfd6e1dc /x11/gtk2/options.mk
parent657e6ed6bbcb66cd3314a98ea7b02307a1bd3995 (diff)
downloadpkgsrc-ddbe8137da2c4d016324f52794390f2a49779593.tar.gz
update to 2.14.3, mostly from Juan RP
This switches to the gnome-2.24 release branch. Most noteworthy change: gtk includes "gail" now, so it conflicts with the old devel/gail pkg.
Diffstat (limited to 'x11/gtk2/options.mk')
-rw-r--r--x11/gtk2/options.mk11
1 files changed, 9 insertions, 2 deletions
diff --git a/x11/gtk2/options.mk b/x11/gtk2/options.mk
index 9863516d4ac..8440c8cc5ad 100644
--- a/x11/gtk2/options.mk
+++ b/x11/gtk2/options.mk
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.8 2008/04/12 22:43:14 jlam Exp $
+# $NetBSD: options.mk,v 1.9 2008/10/16 11:10:06 drochner Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gtk2
-PKG_SUPPORTED_OPTIONS= cups debug
+PKG_SUPPORTED_OPTIONS= cups debug jasper
PKG_OPTIONS_REQUIRED_GROUPS= gdk-target
PKG_OPTIONS_GROUP.gdk-target= x11
.if exists(/System/Library/Frameworks/Quartz.framework)
@@ -52,3 +52,10 @@ BUILDLINK_API_DEPENDS.Xft2+= Xft2>=2.1.2nb2
.include "../../x11/libXext/buildlink3.mk"
.endif
+
+.if !empty(PKG_OPTIONS:Mjasper)
+CONFIGURE_ARGS+= --with-libjasper
+.include "../../graphics/jasper/buildlink3.mk"
+.else
+CONFIGURE_ARGS+= --without-libjasper
+.endif