summaryrefslogtreecommitdiff
path: root/net/ntp4
diff options
context:
space:
mode:
authorsnj <snj>2004-05-08 07:37:40 +0000
committersnj <snj>2004-05-08 07:37:40 +0000
commitf8a78a6ad77d99f8fc5a3882a0a72b59d392b9c6 (patch)
tree56b3ca831a1f369bfd85684331e2795a12a2fc22 /net/ntp4
parente3eb5d8e30ca4b9b37bd4d1a29daaf57dd5310f4 (diff)
downloadpkgsrc-f8a78a6ad77d99f8fc5a3882a0a72b59d392b9c6.tar.gz
Convert to buildlink3.
Diffstat (limited to 'net/ntp4')
-rw-r--r--net/ntp4/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ntp4/Makefile b/net/ntp4/Makefile
index 1be0d3746c6..33193d78636 100644
--- a/net/ntp4/Makefile
+++ b/net/ntp4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2004/03/28 06:35:03 xtraeme Exp $
+# $NetBSD: Makefile,v 1.34 2004/05/08 07:37:40 snj Exp $
#
DISTNAME= ntp-4.2.0
@@ -13,7 +13,7 @@ COMMENT= Network Time Protocol Version 4
GNU_CONFIGURE= YES
USE_PERL5= build
-#USE_BUILDLINK2=YES ***FIXME: Causes lots of "missing prototype" warnings.***
+USE_BUILDLINK3= YES
USE_PKGINSTALL= YES
CONFIGURE_ENV+= PATH_PERL="${PERL5}" ac_cv_header_sys_soundcard_h=no
@@ -53,5 +53,5 @@ LOWER_OPSYS_VERSUFFIX= 2
CONFIGURE_ENV+= ac_cv_lib_md5_MD5Init=no
.endif
-.include "../../security/openssl/buildlink2.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"