diff options
author | Cy Schubert <cy@FreeBSD.org> | 2011-11-27 20:09:48 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2011-11-27 20:09:48 +0000 |
commit | 1ac187e29ad85c909f1143e0b8d999b683c2b22d (patch) | |
tree | b1aca34e647b1076e81eb6c338c62db87d22a171 /net/ntp | |
parent | 00c213e71eb79e9bc732f31f6bcdf0ba588b21f6 (diff) | |
download | ports-1ac187e29ad85c909f1143e0b8d999b683c2b22d.tar.gz ports-1ac187e29ad85c909f1143e0b8d999b683c2b22d.zip |
Notes
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} |