summaryrefslogtreecommitdiff
path: root/net/ntp4
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-05-08 07:37:40 +0000
committersnj <snj@pkgsrc.org>2004-05-08 07:37:40 +0000
commit4682a83b7568964e5c8d13230804ed8551749490 (patch)
tree56b3ca831a1f369bfd85684331e2795a12a2fc22 /net/ntp4
parent9b413b14cd8d64e48ad86afc78a1d06471627831 (diff)
downloadpkgsrc-4682a83b7568964e5c8d13230804ed8551749490.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"