diff options
author | cy <cy@FreeBSD.org> | 2019-09-10 13:17:22 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2019-09-10 13:17:22 +0800 |
commit | bc2d3696a29126c6b0a4094d1f11e2747c3afc10 (patch) | |
tree | 40a4a258d85de3fcfa496924d0953e6b5be28e62 /net | |
parent | 2b0b79fb91669d94818c496574658bf29dabac65 (diff) | |
download | freebsd-ports-gnome-bc2d3696a29126c6b0a4094d1f11e2747c3afc10.tar.gz freebsd-ports-gnome-bc2d3696a29126c6b0a4094d1f11e2747c3afc10.tar.zst freebsd-ports-gnome-bc2d3696a29126c6b0a4094d1f11e2747c3afc10.zip |
Chase r475132: Enable TrustedBSD MAC(4) support to ntpd.
Diffstat (limited to 'net')
-rw-r--r-- | net/ntp-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile index 69452e7ef8ff..3a188db16339 100644 --- a/net/ntp-devel/Makefile +++ b/net/ntp-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= ntp PORTVERSION= 4.3.99 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ \ http://archive.ntp.org/ntp4/ntp-dev/ @@ -22,7 +23,7 @@ USES= cpe pathfix shebangfix libedit libtool localbase:ldflags \ LIB_DEPENDS+= libdns_sd.so:net/mDNSResponder GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-leap-smear +CONFIGURE_ARGS= --enable-leap-smear --enable-trustedbsd-mac TEST_TARGET= check |