summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2006-08-15 00:25:27 +0000
committergdt <gdt@pkgsrc.org>2006-08-15 00:25:27 +0000
commitfdfe086148f80c4fd46b5209ef386c7c417b4741 (patch)
tree6a14f9a15e4474bd6741682c4a5de55a8a9a6205 /graphics
parentb16d66f9873305efbaaea60fec758a22a4f44a6d (diff)
downloadpkgsrc-fdfe086148f80c4fd46b5209ef386c7c417b4741.tar.gz
add gtk2 bl3; this package uses gtk2 in its own right.
Diffstat (limited to 'graphics')
-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"