diff options
author | sbd <sbd@pkgsrc.org> | 2011-11-16 08:23:48 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2011-11-16 08:23:48 +0000 |
commit | 37074a11321c72e0865faefd28d9697e2f011e14 (patch) | |
tree | b2a9644f9197018943fb0caede90dff789acf0d3 /net | |
parent | bb89b9c199b076771c1d1575dffdeca0332e37a6 (diff) | |
download | pkgsrc-37074a11321c72e0865faefd28d9697e2f011e14.tar.gz |
Add missing devel/readline buildlinks.
Bump PKGREVISIONs
Diffstat (limited to 'net')
-rw-r--r-- | net/ntp4/Makefile | 5 |
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" |