diff options
author | hubertf <hubertf> | 2001-04-28 00:50:35 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-04-28 00:50:35 +0000 |
commit | 3fff1c97e6c7ae080ef12cd92b1f75a959965bc2 (patch) | |
tree | dfbfd1895d5f6764454ba4a86b1574a93e1b9851 /graphics/gimp | |
parent | a4870fd4909af203fb19418ba6b6063ff3a4d439 (diff) | |
download | pkgsrc-3fff1c97e6c7ae080ef12cd92b1f75a959965bc2.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 |