diff options
author | minskim <minskim@pkgsrc.org> | 2005-11-05 16:56:16 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-11-05 16:56:16 +0000 |
commit | 78617c42a287c072d78dabaf434c2ca9f72455b9 (patch) | |
tree | 84eb65ddfcae25cdaaa42d23358edd5176f56d16 /graphics/gimp24/Makefile | |
parent | eb481916efa034b0f972c3e7ab0c0f99b3c2e33f (diff) | |
download | pkgsrc-78617c42a287c072d78dabaf434c2ca9f72455b9.tar.gz |
This package needs USE_MSGFMT_PLURALS.
Diffstat (limited to 'graphics/gimp24/Makefile')
-rw-r--r-- | graphics/gimp24/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gimp24/Makefile b/graphics/gimp24/Makefile index 83443d9f6a3..8af67446a4d 100644 --- a/graphics/gimp24/Makefile +++ b/graphics/gimp24/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/10/25 11:31:55 adam Exp $ +# $NetBSD: Makefile,v 1.4 2005/11/05 16:56:16 minskim Exp $ DISTNAME= gimp-2.3.4 CATEGORIES= graphics @@ -18,6 +18,7 @@ BUILD_USES_MSGFMT= yes CONFLICTS+= gimp<=1.2.3 USE_LIBTOOL= yes +USE_MSGFMT_PLURALS= yes USE_PKGINSTALL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake pkg-config |