pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gimp-ufraw add gtk2 bl3; this package uses gt...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a7eaaaef689a
branches:  trunk
changeset: 517566:a7eaaaef689a
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Aug 15 00:25:27 2006 +0000

description:
add gtk2 bl3; this package uses gtk2 in its own right.

diffstat:

 graphics/gimp-ufraw/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 9be83ca8aab3 -r a7eaaaef689a graphics/gimp-ufraw/Makefile
--- a/graphics/gimp-ufraw/Makefile      Mon Aug 14 23:01:42 2006 +0000
+++ b/graphics/gimp-ufraw/Makefile      Tue Aug 15 00:25:27 2006 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2006/08/14 13:15:15 gdt Exp $
+# $NetBSD: Makefile,v 1.31 2006/08/15 00:25:27 gdt Exp $
 
 DISTNAME=              ufraw-0.9.1
 PKGNAME=               gimp-${DISTNAME}
+PKGREVISION=           1
 CATEGORIES=            graphics
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=ufraw/}
 
@@ -26,7 +27,7 @@
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mexiv2)
-CONFIGURE_ARGS+=       --with-exiv2 
+CONFIGURE_ARGS+=       --with-exiv2
 .include "../../graphics/exiv2/buildlink3.mk"
 .endif
 
@@ -40,4 +41,5 @@
 .include "../../graphics/lcms/buildlink3.mk"
 .include "../../graphics/tiff/buildlink3.mk"
 .include "../../graphics/gimp/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index