diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-04-28 00:50:35 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-04-28 00:50:35 +0000 |
commit | daaf60749a4b940781c4cc3d28f84e8732219682 (patch) | |
tree | dfbfd1895d5f6764454ba4a86b1574a93e1b9851 /graphics/gimp | |
parent | f6628cfcef32d83c8d1e8a2b2560988d269e3eac (diff) | |
download | pkgsrc-daaf60749a4b940781c4cc3d28f84e8732219682.tar.gz |
Add BUILD_USES_MSGFMT=yes as this wants msgfmt - build breaks if it's not
installed (I wonder why this wasn't catched in bulk builds...)
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index c1684d319e9..53cf7b50a70 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2001/03/04 09:06:12 tron Exp $ +# $NetBSD: Makefile,v 1.66 2001/04/28 00:50:35 hubertf Exp $ DISTNAME= gimp-1.2.1 CATEGORIES= graphics @@ -28,6 +28,7 @@ USE_GMAKE= yes USE_LIBINTL= yes USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +BUILD_USES_MSGFMT= yes EVAL_PREFIX+= GTKDIR=gtk+ GNU_CONFIGURE= yes |