diff options
author | cy <cy@FreeBSD.org> | 2011-11-28 04:04:08 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2011-11-28 04:04:08 +0800 |
commit | 76a060b878b5eb63c25cf8a3f2922a42f47383da (patch) | |
tree | 94dfb757d73c003b9798653b051e4c2f4120d165 /net | |
parent | e5c54274898a153e28314c2161c7efaf46edc2df (diff) | |
download | freebsd-ports-gnome-76a060b878b5eb63c25cf8a3f2922a42f47383da.tar.gz freebsd-ports-gnome-76a060b878b5eb63c25cf8a3f2922a42f47383da.tar.zst freebsd-ports-gnome-76a060b878b5eb63c25cf8a3f2922a42f47383da.zip |
Add IPv6 option.
Feature safe: yes
Diffstat (limited to 'net')
-rw-r--r-- | net/ntp-rc/Makefile.inc | 3 | ||||
-rw-r--r-- | net/ntp/Makefile.inc | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/net/ntp-rc/Makefile.inc b/net/ntp-rc/Makefile.inc index f1bfdb7c01a1..a8f43fabb2c7 100644 --- a/net/ntp-rc/Makefile.inc +++ b/net/ntp-rc/Makefile.inc @@ -1,7 +1,8 @@ -# $FreeBSD: /tmp/pcvs/ports/net/ntp-rc/Makefile.inc,v 1.1 2011-11-27 19:55:46 cy Exp $ +# $FreeBSD: /tmp/pcvs/ports/net/ntp-rc/Makefile.inc,v 1.2 2011-11-27 20:04:08 cy Exp $ OPTIONS= NTPSNMPD "Build and install ntpsnmpd" OFF \ SSL "Enable SSL" ON \ + IPV6 "Enable IPv6" OFF \ BANCOMM "Enable Datum/Bancomm bc635/VME interface" OFF \ GPSVME "Enable TrueTime GPS receiver/VME interface" OFF \ ACTS "Enable ACTS modem service" OFF \ diff --git a/net/ntp/Makefile.inc b/net/ntp/Makefile.inc index 86e7cb8dc61d..6ceafba2b464 100644 --- a/net/ntp/Makefile.inc +++ b/net/ntp/Makefile.inc @@ -2,6 +2,7 @@ OPTIONS= NTPSNMPD "Build and install ntpsnmpd" OFF \ SSL "Enable SSL" ON \ + IPV6 "Enable IPv6" OFF \ BANCOMM "Enable Datum/Bancomm bc635/VME interface" OFF \ GPSVME "Enable TrueTime GPS receiver/VME interface" OFF \ ACTS "Enable ACTS modem service" OFF \ |