diff options
author | adam <adam@pkgsrc.org> | 2006-01-31 21:28:34 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-01-31 21:28:34 +0000 |
commit | d904e99946b0e619c839c19a2a4ef3f5cea455ea (patch) | |
tree | cf005e98fb47e2c130348437c883549a78cb645f /fonts | |
parent | bd69f312086dfd29f456861b4aa3882c85ecec6a (diff) | |
download | pkgsrc-d904e99946b0e619c839c19a2a4ef3f5cea455ea.tar.gz |
Added BUILD_USES_MSGFMT and plurals
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/fontforge/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fonts/fontforge/Makefile b/fonts/fontforge/Makefile index fd487b6c2aa..2c907bc40fc 100644 --- a/fonts/fontforge/Makefile +++ b/fonts/fontforge/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/01/20 12:11:21 adam Exp $ +# $NetBSD: Makefile,v 1.18 2006/01/31 21:28:34 adam Exp $ DISTNAME= fontforge_full-${VERSION} PKGNAME= fontforge-${VERSION} @@ -12,6 +12,9 @@ COMMENT= Postscript font editor VERSION= 20060114 +BUILD_USES_MSGFMT= yes +USE_MSGFMT_PLURALS= yes + USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes USE_TOOLS+= gmake |