summaryrefslogtreecommitdiff
path: root/net/ntp4
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2011-11-16 08:23:48 +0000
committersbd <sbd@pkgsrc.org>2011-11-16 08:23:48 +0000
commit37074a11321c72e0865faefd28d9697e2f011e14 (patch)
treeb2a9644f9197018943fb0caede90dff789acf0d3 /net/ntp4
parentbb89b9c199b076771c1d1575dffdeca0332e37a6 (diff)
downloadpkgsrc-37074a11321c72e0865faefd28d9697e2f011e14.tar.gz
Add missing devel/readline buildlinks.
Bump PKGREVISIONs
Diffstat (limited to 'net/ntp4')
-rw-r--r--net/ntp4/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/ntp4/Makefile b/net/ntp4/Makefile
index e118fd950c5..fb29ec67b59 100644
--- a/net/ntp4/Makefile
+++ b/net/ntp4/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.67 2010/01/17 12:02:34 wiz Exp $
+# $NetBSD: Makefile,v 1.68 2011/11/16 08:23:49 sbd Exp $
#
DISTNAME= ntp-4.2.4p8
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net time
MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/
@@ -66,4 +66,5 @@ CONFIGURE_ARGS+= --with-openssl-incdir=${SSLBASE}/include
CONFIGURE_ARGS+= --with-openssl-libdir=${SSLBASE}/lib
CONFIGURE_ARGS+= --with-crypto=openssl
+.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"