diff options
author | darcy <darcy@pkgsrc.org> | 2008-03-30 14:39:22 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 2008-03-30 14:39:22 +0000 |
commit | 54071568261e401506f8f04d36a71a06450e37af (patch) | |
tree | 3d902dea6b454c5d10b7b351c1be2cc498bbb5e6 /fonts | |
parent | f4d1671d7c7c2df2cd6a2f8d4c6883a67be23872 (diff) | |
download | pkgsrc-54071568261e401506f8f04d36a71a06450e37af.tar.gz |
Add USE_LANGUAGES line for the languages the package needs.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/fontforge/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fonts/fontforge/Makefile b/fonts/fontforge/Makefile index 8307cd62cf5..23a921336cb 100644 --- a/fonts/fontforge/Makefile +++ b/fonts/fontforge/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2008/03/28 05:56:35 schmonz Exp $ +# $NetBSD: Makefile,v 1.46 2008/03/30 14:39:22 darcy Exp $ DISTNAME= fontforge_full-${VERSION} PKGNAME= fontforge-${VERSION} @@ -17,8 +17,9 @@ PKG_DESTDIR_SUPPORT= user-destdir MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR} USE_LIBTOOL= yes +USE_LANGUAGES+= c c++ fortran USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake msgfmt +USE_TOOLS+= gmake msgfmt GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-freetype-src CONFIGURE_ARGS+= --without-python |