diff options
author | wiz <wiz> | 2002-10-25 17:51:44 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-25 17:51:44 +0000 |
commit | 8eb2b82bacd977a0a02171b9c850649c95dc7207 (patch) | |
tree | 58bbadc05662fba108fc5fa970c44e763dfab486 /net | |
parent | 6a78dd9121e7f42f9ba9f2a65a3af662159fe75d (diff) | |
download | pkgsrc-8eb2b82bacd977a0a02171b9c850649c95dc7207.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'net')
-rw-r--r-- | net/chrony/Makefile | 7 | ||||
-rw-r--r-- | net/tn5250/Makefile | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/net/chrony/Makefile b/net/chrony/Makefile index 62c8546ea67..fc784763bda 100644 --- a/net/chrony/Makefile +++ b/net/chrony/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/10/23 02:15:11 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2002/10/25 17:59:54 wiz Exp $ DISTNAME= chrony-1.17 CATEGORIES= net @@ -8,6 +8,7 @@ MAINTAINER= hannken@netbsd.org HOMEPAGE= http://chrony.sunsite.dk/index.php COMMENT= Daemon for maintaining the accuracy of computer clocks +USE_BUILDLINK2= YES HAS_CONFIGURE= YES CONFIGURE_ARGS+= --prefix=${PREFIX} @@ -29,7 +30,7 @@ post-install: ${EGDIR}/$${file}; \ done -.include "../../devel/readline/buildlink.mk" -.include "../../devel/ncurses/buildlink.mk" +.include "../../devel/readline/buildlink2.mk" +.include "../../devel/ncurses/buildlink2.mk" .include "../../mk/bsd.pkg.install.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/tn5250/Makefile b/net/tn5250/Makefile index e983e162312..5ab5e531c3b 100644 --- a/net/tn5250/Makefile +++ b/net/tn5250/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/06/20 04:44:59 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2002/10/25 18:00:37 wiz Exp $ # DISTNAME= tn5250-0.12.51 @@ -9,8 +9,8 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.linux-sna.org/software/5250/ COMMENT= Implementation of the IBM 5250 telnet protocol -GNU_CONFIGURE= YES -USE_BUILDLINK_ONLY= YES +GNU_CONFIGURE= YES +USE_BUILDLINK2= YES -.include "../../devel/ncurses/buildlink.mk" +.include "../../devel/ncurses/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |