summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-29 06:00:57 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-29 06:00:57 +0000
commit825afd6dc34482bcb3f9af88e094cb75268c21d1 (patch)
treed9103fc4562aafbd4e509df49bb6cc0f349d580e /ftp
parentBROKEN: Unfetchable (diff)
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118496
Diffstat (limited to 'ftp')
-rw-r--r--ftp/wzdftpd/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/ftp/wzdftpd/Makefile b/ftp/wzdftpd/Makefile
index 8c0d57faa8ab..46bc31585be3 100644
--- a/ftp/wzdftpd/Makefile
+++ b/ftp/wzdftpd/Makefile
@@ -62,6 +62,10 @@ CONFIGURE_ARGS+= --enable-ipv6
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
.if ${PERL_LEVEL} < 500600
PLIST_SUB+= PERL="@comment "
.else