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/chrony | |
parent | 6a78dd9121e7f42f9ba9f2a65a3af662159fe75d (diff) | |
download | pkgsrc-8eb2b82bacd977a0a02171b9c850649c95dc7207.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'net/chrony')
-rw-r--r-- | net/chrony/Makefile | 7 |
1 files changed, 4 insertions, 3 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" |