diff options
author | jmmv <jmmv> | 2005-10-15 09:33:24 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2005-10-15 09:33:24 +0000 |
commit | f3e68b19dac605f6f5dd59aa54d4c8ada07f3508 (patch) | |
tree | 243ed7f799b9d2812516807b094bfcddc9704c4a /graphics/eog2 | |
parent | 638351417f7462653d9ef054317c21afcd2af957 (diff) | |
download | pkgsrc-f3e68b19dac605f6f5dd59aa54d4c8ada07f3508.tar.gz |
This needs plural support. Fixes PR pkg/31816 by Leonard Schmidt.
We ought to make this feature automatic to avoid these problems in the
future...
Diffstat (limited to 'graphics/eog2')
-rw-r--r-- | graphics/eog2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/eog2/Makefile b/graphics/eog2/Makefile index 3fa94ddfab3..78e4ec80805 100644 --- a/graphics/eog2/Makefile +++ b/graphics/eog2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2005/10/14 21:52:14 jmmv Exp $ +# $NetBSD: Makefile,v 1.47 2005/10/15 09:33:24 jmmv Exp $ # DISTNAME= eog-2.12.1 @@ -15,6 +15,7 @@ BUILD_USES_MSGFMT= YES GNU_CONFIGURE= YES USE_TOOLS+= gmake pkg-config USE_DIRS+= gnome2-1.5 +USE_MSGFMT_PLURALS= YES USE_PKGLOCALEDIR= YES GCONF2_SCHEMAS= eog.schemas |