summaryrefslogtreecommitdiff
path: root/graphics/gimp-ufraw
diff options
context:
space:
mode:
authorgdt <gdt>2006-08-15 00:25:27 +0000
committergdt <gdt>2006-08-15 00:25:27 +0000
commit3fcb710003e1b7b48e6e3a87d39f2c2002bf9c54 (patch)
tree6a14f9a15e4474bd6741682c4a5de55a8a9a6205 /graphics/gimp-ufraw
parenta204ccbcd5f1d2646d84d09e53dfb34e50556fe9 (diff)
downloadpkgsrc-3fcb710003e1b7b48e6e3a87d39f2c2002bf9c54.tar.gz
add gtk2 bl3; this package uses gtk2 in its own right.
Diffstat (limited to 'graphics/gimp-ufraw')
-rw-r--r--graphics/gimp-ufraw/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/gimp-ufraw/Makefile b/graphics/gimp-ufraw/Makefile
index 11f85dca2c1..c2fa285f7cf 100644
--- a/graphics/gimp-ufraw/Makefile
+++ b/graphics/gimp-ufraw/Makefile
@@ -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 @@ PKG_SUGGESTED_OPTIONS= exiv2
.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 @@ CONFIGURE_ARGS+= --with-libexif
.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"