diff options
author | minskim <minskim@pkgsrc.org> | 2006-01-15 04:49:46 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-01-15 04:49:46 +0000 |
commit | 1fad37ac89cfafa90aaff0b393830582fc4c8919 (patch) | |
tree | 3dcc46d0b45e7c30b2658850cd4301449f77f814 /multimedia/totem | |
parent | b6cf57cfc3b20b865cbb93668096b230d092eba9 (diff) | |
download | pkgsrc-1fad37ac89cfafa90aaff0b393830582fc4c8919.tar.gz |
Set USE_MSGFMT_PLURALS to handle msgid_plural in .po files.
Diffstat (limited to 'multimedia/totem')
-rw-r--r-- | multimedia/totem/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/totem/Makefile.common b/multimedia/totem/Makefile.common index 472596df9ca..e1ace3ba56c 100644 --- a/multimedia/totem/Makefile.common +++ b/multimedia/totem/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2006/01/12 16:57:49 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.12 2006/01/15 04:49:46 minskim Exp $ # DISTNAME= totem-1.3.0 @@ -15,6 +15,7 @@ PLIST_SRC= ${.CURDIR}/../../multimedia/totem/PLIST GNU_CONFIGURE= YES USE_DIRS+= gnome2-1.5 +USE_MSGFMT_PLURALS= YES USE_TOOLS+= gmake pkg-config USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES |