summaryrefslogtreecommitdiff
path: root/x11/gtk2/options.mk
diff options
context:
space:
mode:
authordrochner <drochner>2009-11-23 11:47:33 +0000
committerdrochner <drochner>2009-11-23 11:47:33 +0000
commitcc80a3a6877cdef516d00c0727ba57586923186d (patch)
treee16470280b6dca1ae40d912e04a3af2f14c13081 /x11/gtk2/options.mk
parent4fa790e5cdd28a9cc814c562a59b03725abe5787 (diff)
downloadpkgsrc-cc80a3a6877cdef516d00c0727ba57586923186d.tar.gz
fix PLIST for (non-default) "jasper" option
Diffstat (limited to 'x11/gtk2/options.mk')
-rw-r--r--x11/gtk2/options.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gtk2/options.mk b/x11/gtk2/options.mk
index 8440c8cc5ad..5248e5b5405 100644
--- a/x11/gtk2/options.mk
+++ b/x11/gtk2/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2008/10/16 11:10:06 drochner Exp $
+# $NetBSD: options.mk,v 1.10 2009/11/23 11:47:34 drochner Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gtk2
PKG_SUPPORTED_OPTIONS= cups debug jasper
@@ -53,9 +53,11 @@ BUILDLINK_API_DEPENDS.Xft2+= Xft2>=2.1.2nb2
.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