diff options
author | joerg <joerg@pkgsrc.org> | 2006-07-21 23:12:17 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-07-21 23:12:17 +0000 |
commit | cded73ea8503f379e7939f893447532452930b5c (patch) | |
tree | 8c88e8afea6c104669c2ff86ae2c0dfe35e6af21 /graphics/gimp | |
parent | ecd492d070184b120fed1961190e311d48356b13 (diff) | |
download | pkgsrc-cded73ea8503f379e7939f893447532452930b5c.tar.gz |
Needs intltool.
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index dd3bcba8348..5543ef0acbf 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.144 2006/07/21 13:04:52 tron Exp $ +# $NetBSD: Makefile,v 1.145 2006/07/21 23:12:17 joerg Exp $ DISTNAME= gimp-2.2.12 CATEGORIES= graphics @@ -15,7 +15,7 @@ COMMENT= Image manipulation program similar to Photoshop[tm] USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake msgfmt pkg-config +USE_TOOLS+= gmake msgfmt pkg-config intltool PKG_SYSCONFSUBDIR= gimp/2.0 |