diff options
Diffstat (limited to 'fonts/fontforge/Makefile')
-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 |