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 /print/pslib | |
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 'print/pslib')
-rw-r--r-- | print/pslib/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/pslib/Makefile b/print/pslib/Makefile index 8bd9556437e..40bd8e15836 100644 --- a/print/pslib/Makefile +++ b/print/pslib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/03/04 21:30:31 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2006/04/13 18:23:37 jlam Exp $ # DISTNAME= pslib-0.2.6 @@ -12,12 +12,11 @@ COMMENT= C-library to create PostScript files BUILD_DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser -BUILD_USES_MSGFMT= yes USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= ${WRKSRC}/libps.pc.in GNU_CONFIGURE= yes -USE_TOOLS+= perl +USE_TOOLS+= msgfmt perl .include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |