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 | 3898ce2f2d069e0669178de70c0519a01202e7f6 (patch) | |
tree | 729febc408b332097c08ae0e7d6cc546eae5bec4 /sysutils/coreutils | |
parent | 1fbf196231c041a6156a15d4636adac1f8636ea2 (diff) | |
download | pkgsrc-3898ce2f2d069e0669178de70c0519a01202e7f6.tar.gz |
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'sysutils/coreutils')
-rw-r--r-- | sysutils/coreutils/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile index 64a3823d47d..55728d8cfad 100644 --- a/sysutils/coreutils/Makefile +++ b/sysutils/coreutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2006/04/07 19:54:16 jlam Exp $ +# $NetBSD: Makefile,v 1.34 2006/04/13 18:23:37 jlam Exp $ DISTNAME= coreutils-5.2.1 PKGREVISION= 2 @@ -12,12 +12,10 @@ COMMENT= GNU basic file, shell and text manipulation utilities NOT_FOR_PLATFORM= NetBSD-2.0[D-H]-* -BUILD_USES_MSGFMT= YES - CONFLICTS= fileutils-[0-9]* linuxls-[0-9]* sh-utils-[0-9]* textutils-[0-9]* GNU_CONFIGURE= YES -USE_TOOLS+= perl +USE_TOOLS+= msgfmt perl USE_PKGLOCALEDIR= YES INFO_FILES= # PLIST |