diff options
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. |