diff options
author | Cy Schubert <cy@FreeBSD.org> | 2017-03-25 07:50:53 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2017-03-25 07:50:53 +0000 |
commit | ff3b7d908435f51ed2d9f88cdac18bd20b1446cb (patch) | |
tree | 2c1f95b36fb0a9b76c1b4394c57281db25b514a3 /net/ntp/Makefile | |
parent | 58ef73fd8f8aa3c60f3c190d38e079be02cdf287 (diff) | |
download | ports-ff3b7d908435f51ed2d9f88cdac18bd20b1446cb.tar.gz ports-ff3b7d908435f51ed2d9f88cdac18bd20b1446cb.zip |
Notes
Diffstat (limited to 'net/ntp/Makefile')
-rw-r--r-- | net/ntp/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile index 2343050e88bd..8dad130e98dd 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -3,7 +3,7 @@ PORTNAME= ntp PORTVERSION= 4.2.8p10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net ipv6 MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \ http://archive.ntp.org/ntp4/ntp-4.2/ \ @@ -13,8 +13,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/P/p/:S/.r/-RC/} MAINTAINER= cy@FreeBSD.org COMMENT= The Network Time Protocol Distribution -LIB_DEPENDS= libevent.so:devel/libevent \ - libmd5.so:www/libwww +LIB_DEPENDS= libevent.so:devel/libevent CONFLICTS= ntp-devel-* @@ -56,13 +55,15 @@ SSL_CONFIGURE_ON= --with-openssl-incdir=${OPENSSLINC} \ --with-openssl-libdir=${OPENSSLLIB} SSL_CONFIGURE_OFF= --without-crypto SSL_USES= ssl -SSL_BROKEN_OFF= Includes OpenSSL when deselected DEBUG_CONFIGURE_ON= --enable-debug THREADS_CONFIGURE_ENABLE= thread-support THREADS_CONFIGURE_WITH= threads +MD5_LIB_DEPENDS= libmd5.so:www/libwww +MD5_IMPLIES= SSL + .for D in ${NTP_DRIVERS} ${D}_CONFIGURE_ENABLE= ${D} .endfor |