diff options
author | drochner <drochner> | 2009-11-23 11:47:33 +0000 |
---|---|---|
committer | drochner <drochner> | 2009-11-23 11:47:33 +0000 |
commit | cc80a3a6877cdef516d00c0727ba57586923186d (patch) | |
tree | e16470280b6dca1ae40d912e04a3af2f14c13081 /x11 | |
parent | 4fa790e5cdd28a9cc814c562a59b03725abe5787 (diff) | |
download | pkgsrc-cc80a3a6877cdef516d00c0727ba57586923186d.tar.gz |
fix PLIST for (non-default) "jasper" option
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk2/PLIST | 3 | ||||
-rw-r--r-- | x11/gtk2/options.mk | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/x11/gtk2/PLIST b/x11/gtk2/PLIST index 3153052a7f6..71ad7157abd 100644 --- a/x11/gtk2/PLIST +++ b/x11/gtk2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.67 2009/10/21 15:34:06 drochner Exp $ +@comment $NetBSD: PLIST,v 1.68 2009/11/23 11:47:33 drochner Exp $ bin/gdk-pixbuf-csource bin/gdk-pixbuf-query-loaders bin/gtk-builder-convert @@ -287,6 +287,7 @@ lib/gtk-2.0/2.10.0/loaders/libpixbufloader-bmp.la lib/gtk-2.0/2.10.0/loaders/libpixbufloader-gif.la lib/gtk-2.0/2.10.0/loaders/libpixbufloader-icns.la lib/gtk-2.0/2.10.0/loaders/libpixbufloader-ico.la +${PLIST.jasper}lib/gtk-2.0/2.10.0/loaders/libpixbufloader-jasper.la lib/gtk-2.0/2.10.0/loaders/libpixbufloader-jpeg.la lib/gtk-2.0/2.10.0/loaders/libpixbufloader-pcx.la lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.la 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 |