pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/gtk2 fix PLIST for (non-default) "jasper" option
details: https://anonhg.NetBSD.org/pkgsrc/rev/57421566ce49
branches: trunk
changeset: 567666:57421566ce49
user: drochner <drochner%pkgsrc.org@localhost>
date: Mon Nov 23 11:47:33 2009 +0000
description:
fix PLIST for (non-default) "jasper" option
diffstat:
x11/gtk2/PLIST | 3 ++-
x11/gtk2/options.mk | 4 +++-
2 files changed, 5 insertions(+), 2 deletions(-)
diffs (38 lines):
diff -r 6cdc550f0603 -r 57421566ce49 x11/gtk2/PLIST
--- a/x11/gtk2/PLIST Mon Nov 23 11:17:46 2009 +0000
+++ b/x11/gtk2/PLIST Mon Nov 23 11:47:33 2009 +0000
@@ -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-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 -r 6cdc550f0603 -r 57421566ce49 x11/gtk2/options.mk
--- a/x11/gtk2/options.mk Mon Nov 23 11:17:46 2009 +0000
+++ b/x11/gtk2/options.mk Mon Nov 23 11:47:33 2009 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index