aboutsummaryrefslogtreecommitdiffstats
path: root/net/ntp
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2011-11-28 04:09:48 +0800
committercy <cy@FreeBSD.org>2011-11-28 04:09:48 +0800
commit5488c72d4fb0cdd58b9e55b57a1eef8b5a13d9d4 (patch)
tree6106c2907d17356fefda5c9ffdc61a0fd4dc78d1 /net/ntp
parente98868aeadb9dc1ac8a9802d98d538279d522271 (diff)
downloadfreebsd-ports-gnome-5488c72d4fb0cdd58b9e55b57a1eef8b5a13d9d4.tar.gz
freebsd-ports-gnome-5488c72d4fb0cdd58b9e55b57a1eef8b5a13d9d4.tar.zst
freebsd-ports-gnome-5488c72d4fb0cdd58b9e55b57a1eef8b5a13d9d4.zip
Enable IPv6 option.
Feature safe: yes
Diffstat (limited to 'net/ntp')
-rw-r--r--net/ntp/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile
index c45dae66ebcb..fe28885925bd 100644
--- a/net/ntp/Makefile
+++ b/net/ntp/Makefile
@@ -52,6 +52,10 @@ CONFIGURE_ARGS+= --with-openssl-incdir=${OPENSSLINC} \
PLIST_SUB+= SSL=""
.endif
+.if !defined(DISABLE_IPV6)
+CONFIGURE_ARGS+= --enable-ipv6
+.endif
+
.for D in ${NTP_DRIVERS}
.if defined(WITH_${D})
CONFIGURE_ARGS+= --enable-${D}