diff options
author | gdt <gdt@pkgsrc.org> | 2006-08-15 00:25:27 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2006-08-15 00:25:27 +0000 |
commit | 7d5367a862c30a455529d4490d760da9461f34e3 (patch) | |
tree | 6a14f9a15e4474bd6741682c4a5de55a8a9a6205 /graphics/gimp-ufraw | |
parent | 2f7660a6e3fbd4e1a5a37bf41ab0ca290c6a26cc (diff) | |
download | pkgsrc-7d5367a862c30a455529d4490d760da9461f34e3.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/Makefile | 6 |
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" |