diff options
author | Cy Schubert <cy@FreeBSD.org> | 2014-12-22 06:53:32 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2014-12-22 06:53:32 +0000 |
commit | eba41e872ac4723b997847927cd7ad4d5d1689a6 (patch) | |
tree | b9cff55b3f33965479a9587fd96d75e68ed9bdce /net/ntp | |
parent | Properly address IPV6 loopback check. (diff) |
MX4200 is still broken.
Notes
Notes:
svn path=/head/; revision=375211
Diffstat (limited to 'net/ntp')
-rw-r--r-- | net/ntp/Makefile | 6 |
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. |