diff options
author | Cy Schubert <cy@FreeBSD.org> | 2012-07-30 19:40:46 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2012-07-30 19:40:46 +0000 |
commit | 6d02fe1567f4e21a17639325bc35e102908b85fc (patch) | |
tree | abddf4225b67171a6dbacb3b5e16d3d4b020955b /net/ntp | |
parent | 914781545b943a2369619ea57815edaffd3684a0 (diff) | |
download | ports-6d02fe1567f4e21a17639325bc35e102908b85fc.tar.gz ports-6d02fe1567f4e21a17639325bc35e102908b85fc.zip |
Notes
Diffstat (limited to 'net/ntp')
-rw-r--r-- | net/ntp/Makefile | 1 | ||||
-rw-r--r-- | net/ntp/Makefile.inc | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile index b4e038bbd9f1..1f01cb600ce3 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -7,6 +7,7 @@ PORTNAME= ntp PORTVERSION?= 4.2.6p5 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \ http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ \ diff --git a/net/ntp/Makefile.inc b/net/ntp/Makefile.inc index 6ceafba2b464..24eda06811ae 100644 --- a/net/ntp/Makefile.inc +++ b/net/ntp/Makefile.inc @@ -9,7 +9,7 @@ OPTIONS= NTPSNMPD "Build and install ntpsnmpd" OFF \ ARBITER "Enable Arbiter 1088A/B GPS receiver" OFF \ ARCRON_MSF "Enable Arcron MSF receiver" OFF \ AS2201 "Enable Austron 2200A/2201A GPS receiver" OFF \ - ATOM "Enable ATOM PPS interface" OFF \ + ATOM "Enable ATOM PPS interface" ON \ CHRONOLOG "Enable Chrono-log K-series WWVB receiver" OFF \ CHU "Enable CHU modem/decoder" OFF \ AUDIO_CHU "Enable CHU audio/decoder" OFF \ @@ -27,7 +27,7 @@ OPTIONS= NTPSNMPD "Build and install ntpsnmpd" OFF \ LOCAL_CLOCK "Enable local clock reference" OFF \ MX4200 "Enable Magnavox MX4200 GPS receiver" OFF \ NEOCLOCK4X "Enable NeoClock4X DCF77 / TDF receiver" OFF \ - NMEA "Enable NMEA GPS receiver" OFF \ + NMEA "Enable NMEA GPS receiver" ON \ ONCORE "Enable Motorola VP/UT Oncore GPS receiver" OFF \ PALISADE "Enable Palisade clock" OFF \ PCF "Enable Conrad parallel port radio clock" OFF \ |