summaryrefslogtreecommitdiff
path: root/x11/gtk2/options.mk
diff options
context:
space:
mode:
authordrochner <drochner>2010-11-15 18:28:45 +0000
committerdrochner <drochner>2010-11-15 18:28:45 +0000
commit7bb2315484b7a1356a75fd714f04b878ed222049 (patch)
treee45aa14394dd5c05d28e959d8f4356ddf2b49a13 /x11/gtk2/options.mk
parent55066f57ff9eb5176805023b7bc25f4315211b97 (diff)
downloadpkgsrc-7bb2315484b7a1356a75fd714f04b878ed222049.tar.gz
update to 2.22.0
This switches to the gnome-2.32 release branch
Diffstat (limited to 'x11/gtk2/options.mk')
-rw-r--r--x11/gtk2/options.mk14
1 files changed, 3 insertions, 11 deletions
diff --git a/x11/gtk2/options.mk b/x11/gtk2/options.mk
index 5248e5b5405..b2301e7bec6 100644
--- a/x11/gtk2/options.mk
+++ b/x11/gtk2/options.mk
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.10 2009/11/23 11:47:34 drochner Exp $
+# $NetBSD: options.mk,v 1.11 2010/11/15 18:28:45 drochner Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gtk2
-PKG_SUPPORTED_OPTIONS= cups debug jasper
+PKG_SUPPORTED_OPTIONS= cups debug
PKG_OPTIONS_REQUIRED_GROUPS= gdk-target
PKG_OPTIONS_GROUP.gdk-target= x11
.if exists(/System/Library/Frameworks/Quartz.framework)
@@ -50,14 +50,6 @@ BUILDLINK_API_DEPENDS.Xft2+= Xft2>=2.1.2nb2
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libXcomposite/buildlink3.mk"
.endif
-
-PLIST_VARS+= jasper
-.if !empty(PKG_OPTIONS:Mjasper)
-CONFIGURE_ARGS+= --with-libjasper
-.include "../../graphics/jasper/buildlink3.mk"
-PLIST.jasper= yes
-.else
-CONFIGURE_ARGS+= --without-libjasper
-.endif