diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-13 18:23:29 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-13 18:23:29 +0000 |
commit | 1cf9796f3cd4e88d0e6a9c255ade06c839b84da0 (patch) | |
tree | 729febc408b332097c08ae0e7d6cc546eae5bec4 /fonts | |
parent | c3df5f94e8336d21aea6980590b3530b787be1a9 (diff) | |
download | pkgsrc-1cf9796f3cd4e88d0e6a9c255ade06c839b84da0.tar.gz |
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/fontforge/Makefile | 7 | ||||
-rw-r--r-- | fonts/gucharmap/Makefile | 6 |
2 files changed, 4 insertions, 9 deletions
diff --git a/fonts/fontforge/Makefile b/fonts/fontforge/Makefile index 89f185ae066..0c233ca8300 100644 --- a/fonts/fontforge/Makefile +++ b/fonts/fontforge/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/03/18 04:52:33 minskim Exp $ +# $NetBSD: Makefile,v 1.24 2006/04/13 18:23:32 jlam Exp $ DISTNAME= fontforge_full-${VERSION} PKGNAME= fontforge-${VERSION} @@ -13,12 +13,9 @@ COMMENT= Postscript font editor VERSION= 20060209 -BUILD_USES_MSGFMT= yes -USE_MSGFMT_PLURALS= yes - USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-freetype-src WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} diff --git a/fonts/gucharmap/Makefile b/fonts/gucharmap/Makefile index 0d1b44b533b..35f75b6ef33 100644 --- a/fonts/gucharmap/Makefile +++ b/fonts/gucharmap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2006/03/30 21:16:23 jmmv Exp $ +# $NetBSD: Makefile,v 1.37 2006/04/13 18:23:32 jlam Exp $ # DISTNAME= gucharmap-1.6.0 @@ -10,10 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gucharmap.sourceforge.net/ COMMENT= Unicode/ISO10646 character map and font viewer -BUILD_USES_MSGFMT= yes - USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes |