aboutsummaryrefslogtreecommitdiff
path: root/net/ntp
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2014-12-22 06:53:32 +0000
committerCy Schubert <cy@FreeBSD.org>2014-12-22 06:53:32 +0000
commiteba41e872ac4723b997847927cd7ad4d5d1689a6 (patch)
treeb9cff55b3f33965479a9587fd96d75e68ed9bdce /net/ntp
parentc68b94d6f11233e2941fc21a14e8fb7708e9170f (diff)
downloadports-eba41e872ac4723b997847927cd7ad4d5d1689a6.tar.gz
ports-eba41e872ac4723b997847927cd7ad4d5d1689a6.zip
MX4200 is still broken.
Notes
Notes: svn path=/head/; revision=375211
Diffstat (limited to 'net/ntp')
-rw-r--r--net/ntp/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile
index 0fded93edd79..38e1d077def8 100644
--- a/net/ntp/Makefile
+++ b/net/ntp/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ntp
PORTVERSION= 4.2.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \
http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ \
@@ -48,6 +48,10 @@ CONFIGURE_ARGS+= --enable-${D}
.endif
.endfor
+.if ${PORT_OPTIONS:MMX4200}
+BROKEN= Fails to compile when MX4200 is enabled.
+.endif
+
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}4
# XXX Temporary hack. Remember to remove this next commit.