diff options
author | cy <cy@FreeBSD.org> | 2011-11-28 04:09:48 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2011-11-28 04:09:48 +0800 |
commit | 5488c72d4fb0cdd58b9e55b57a1eef8b5a13d9d4 (patch) | |
tree | 6106c2907d17356fefda5c9ffdc61a0fd4dc78d1 /net/ntp | |
parent | e98868aeadb9dc1ac8a9802d98d538279d522271 (diff) | |
download | freebsd-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/Makefile | 4 |
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} |