aboutsummaryrefslogtreecommitdiff
path: root/net/ntp-rc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ntp-rc/Makefile')
-rw-r--r--net/ntp-rc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ntp-rc/Makefile b/net/ntp-rc/Makefile
index de90ee8f1740..e6f5f624adbf 100644
--- a/net/ntp-rc/Makefile
+++ b/net/ntp-rc/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ntp
PORTVERSION?= 4.2.6p5.r1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \
http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \
@@ -57,7 +57,7 @@ PLIST_SUB+= SSL=""
CONFIGURE_ARGS+= --enable-ipv6
.endif
-.if !defined(WITH_NTP_SIGND)
+.if defined(WITH_NTP_SIGND)
CONFIGURE_ARGS+= --enable-ntp-signd
.endif