diff options
author | asau <asau@pkgsrc.org> | 2009-03-09 19:30:19 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2009-03-09 19:30:19 +0000 |
commit | 554fe6884e5f3831c0df8854e92d811fa3d315d2 (patch) | |
tree | efbdd0808dfcbb9f107a126774da255a0292c09a /fonts | |
parent | 98dde678d076b2919aff933d29ea75607336e2f8 (diff) | |
download | pkgsrc-554fe6884e5f3831c0df8854e92d811fa3d315d2.tar.gz |
The package doesn't use neither C++ nor Fortran.
Pointed by Joern Clausen in PR pkg/40986.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/fontforge/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/fontforge/Makefile b/fonts/fontforge/Makefile index aba69e8659d..63f8f9f9433 100644 --- a/fonts/fontforge/Makefile +++ b/fonts/fontforge/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2009/03/06 23:56:53 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2009/03/09 19:30:19 asau Exp $ DISTNAME= fontforge_full-${VERSION} PKGNAME= fontforge-${VERSION} @@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR} GNU_CONFIGURE= yes -USE_LANGUAGES= c c++ fortran +USE_LANGUAGES= c USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake msgfmt |