diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-29 15:22:04 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-29 15:22:04 +0000 |
commit | 28f7fb3092bcb66d28a77bc0ef05848b35a98d62 (patch) | |
tree | 42540ffb069bcb7916e28a3d4ba3208100c805dd /graphics | |
parent | 6e7c52ccdaf21cc23090e522f13c53a9a78ca0ae (diff) | |
download | pkgsrc-28f7fb3092bcb66d28a77bc0ef05848b35a98d62.tar.gz |
Needs msgfmt.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-ufraw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp-ufraw/Makefile b/graphics/gimp-ufraw/Makefile index d7dca420cb4..3e8ac778fa1 100644 --- a/graphics/gimp-ufraw/Makefile +++ b/graphics/gimp-ufraw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2006/11/23 00:31:06 gdt Exp $ +# $NetBSD: Makefile,v 1.34 2006/11/29 15:22:04 joerg Exp $ DISTNAME= ufraw-0.10 PKGNAME= gimp-${DISTNAME} @@ -11,7 +11,7 @@ COMMENT= GIMP plug-in for raw digicam import GNU_CONFIGURE= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake pkg-config msgfmt USE_TOOLS+= perl:run pod2man USE_DIRS+= xdg-1.1 USE_LANGUAGES= c c++ |