diff options
author | gdt <gdt@pkgsrc.org> | 2006-03-15 13:02:17 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2006-03-15 13:02:17 +0000 |
commit | 34a77a68f165c0f7c8c5f0bd4f65c75b6e861738 (patch) | |
tree | a4b7427945e70b0ad17c11df20e044a0809c7252 /graphics/gimp-ufraw | |
parent | 121f0dbd869423467969c7d90bb17c45cd477be1 (diff) | |
download | pkgsrc-34a77a68f165c0f7c8c5f0bd4f65c75b6e861738.tar.gz |
force using libexif. PKGREVISION++
Diffstat (limited to 'graphics/gimp-ufraw')
-rw-r--r-- | graphics/gimp-ufraw/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gimp-ufraw/Makefile b/graphics/gimp-ufraw/Makefile index 66ed5a39fcf..45edf15f964 100644 --- a/graphics/gimp-ufraw/Makefile +++ b/graphics/gimp-ufraw/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2006/03/14 15:19:20 gdt Exp $ +# $NetBSD: Makefile,v 1.23 2006/03/15 13:02:17 gdt Exp $ DISTNAME= ufraw-0.7 +PKGREVISION= 1 PKGNAME= gimp-${DISTNAME} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ufraw/} @@ -10,6 +11,7 @@ HOMEPAGE= http://ufraw.sourceforge.net/ COMMENT= GIMP plug-in for raw digicam import GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-libexif USE_TOOLS+= gmake pkg-config USE_TOOLS+= perl:run pod2man |