diff options
author | snj <snj@pkgsrc.org> | 2004-04-25 03:33:12 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-25 03:33:12 +0000 |
commit | 43f66940b0a5018c3bc3df9370d37dafd7fcb3f3 (patch) | |
tree | 27c33b2145a096f6732bc72dee790a6d47c0c115 | |
parent | 5eff925e3ef805e150d2e744c03213717860fa6d (diff) | |
download | pkgsrc-43f66940b0a5018c3bc3df9370d37dafd7fcb3f3.tar.gz |
Convert to buildlink3.
-rw-r--r-- | sysutils/coreutils/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile index fd935c7278c..898f486a356 100644 --- a/sysutils/coreutils/Makefile +++ b/sysutils/coreutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/03/29 09:22:50 recht Exp $ +# $NetBSD: Makefile,v 1.20 2004/04/25 03:33:12 snj Exp $ DISTNAME= coreutils-5.2.1 CATEGORIES= sysutils @@ -14,7 +14,7 @@ BUILD_USES_MSGFMT= YES CONFLICTS= fileutils-* linuxls-* sh-utils-* textutils-* GNU_CONFIGURE= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_PERL5= build INFO_FILES= coreutils.info @@ -49,6 +49,6 @@ MESSAGE_SRC= ${.CURDIR}/MESSAGE.gsu MESSAGE_SUBST+= OPSYS=${OPSYS} .endif -.include "../../converters/libiconv/buildlink2.mk" -.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../converters/libiconv/buildlink3.mk" +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |