summaryrefslogtreecommitdiff
path: root/net/chrony
diff options
context:
space:
mode:
authorsnj <snj>2004-04-25 08:11:38 +0000
committersnj <snj>2004-04-25 08:11:38 +0000
commit11a9149912aa9173502377ce90cceeac53cf8961 (patch)
tree2b6bee2783f21844e38cbc1286296a92cfefcb8f /net/chrony
parent2220984b2a4a6b6dfae04494473d6755fcd4e53f (diff)
downloadpkgsrc-11a9149912aa9173502377ce90cceeac53cf8961.tar.gz
Convert to buildlink3.
Diffstat (limited to 'net/chrony')
-rw-r--r--net/chrony/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/chrony/Makefile b/net/chrony/Makefile
index ba417ed3d78..cc14591ba71 100644
--- a/net/chrony/Makefile
+++ b/net/chrony/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/09/28 09:13:58 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2004/04/25 08:14:54 snj Exp $
DISTNAME= chrony-1.17
PKGREVISION= 1
@@ -9,7 +9,7 @@ MAINTAINER= hannken@NetBSD.org
HOMEPAGE= http://chrony.sunsite.dk/index.php
COMMENT= Daemon for maintaining the accuracy of computer clocks
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_PKGINSTALL= YES
HAS_CONFIGURE= YES
CONFIGURE_ARGS+= --prefix=${PREFIX}
@@ -32,6 +32,6 @@ post-install:
${EGDIR}/$${file}; \
done
-.include "../../devel/readline/buildlink2.mk"
-.include "../../devel/ncurses/buildlink2.mk"
+.include "../../devel/readline/buildlink3.mk"
+.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"