mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add IPv6 option.
Feature safe: yes
This commit is contained in:
parent
639e715981
commit
96d2beff4a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286514
2 changed files with 3 additions and 1 deletions
|
@ -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 \
|
OPTIONS= NTPSNMPD "Build and install ntpsnmpd" OFF \
|
||||||
SSL "Enable SSL" ON \
|
SSL "Enable SSL" ON \
|
||||||
|
IPV6 "Enable IPv6" OFF \
|
||||||
BANCOMM "Enable Datum/Bancomm bc635/VME interface" OFF \
|
BANCOMM "Enable Datum/Bancomm bc635/VME interface" OFF \
|
||||||
GPSVME "Enable TrueTime GPS receiver/VME interface" OFF \
|
GPSVME "Enable TrueTime GPS receiver/VME interface" OFF \
|
||||||
ACTS "Enable ACTS modem service" OFF \
|
ACTS "Enable ACTS modem service" OFF \
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
OPTIONS= NTPSNMPD "Build and install ntpsnmpd" OFF \
|
OPTIONS= NTPSNMPD "Build and install ntpsnmpd" OFF \
|
||||||
SSL "Enable SSL" ON \
|
SSL "Enable SSL" ON \
|
||||||
|
IPV6 "Enable IPv6" OFF \
|
||||||
BANCOMM "Enable Datum/Bancomm bc635/VME interface" OFF \
|
BANCOMM "Enable Datum/Bancomm bc635/VME interface" OFF \
|
||||||
GPSVME "Enable TrueTime GPS receiver/VME interface" OFF \
|
GPSVME "Enable TrueTime GPS receiver/VME interface" OFF \
|
||||||
ACTS "Enable ACTS modem service" OFF \
|
ACTS "Enable ACTS modem service" OFF \
|
||||||
|
|
Loading…
Add table
Reference in a new issue