summaryrefslogtreecommitdiff
path: root/net/tcpreen
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 11:36:12 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 11:36:12 +0000
commitb5ba813ea5944af104ec60ac850c443c15349ebf (patch)
tree7f011faddcf2ca91ab28c4bad6d370d5f9b9af96 /net/tcpreen
parentmake it build again (diff)
BROKEN on 5.1: configure fails
Notes
Notes: svn path=/head/; revision=81214
Diffstat (limited to 'net/tcpreen')
-rw-r--r--net/tcpreen/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/tcpreen/Makefile b/net/tcpreen/Makefile
index 40caa79593f9..d637400947e6 100644
--- a/net/tcpreen/Makefile
+++ b/net/tcpreen/Makefile
@@ -25,6 +25,10 @@ DOC_FILES= README
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 500113
+BROKEN= "Configure fails"
+.endif
+
.if ${OSVERSION} < 500000
LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
.endif