aboutsummaryrefslogtreecommitdiffstats
path: root/net/tcpillust/Makefile
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2009-06-13 18:39:30 +0800
committererwin <erwin@FreeBSD.org>2009-06-13 18:39:30 +0800
commitc5df8028fff7061dc9848207f501047fddb7b9f7 (patch)
tree40871d8cd2615957054ace86a42ef41bff737f67 /net/tcpillust/Makefile
parent9d8533a88ec1a3a9308682d688a03887bbb2a910 (diff)
downloadfreebsd-ports-gnome-c5df8028fff7061dc9848207f501047fddb7b9f7.tar.gz
freebsd-ports-gnome-c5df8028fff7061dc9848207f501047fddb7b9f7.tar.zst
freebsd-ports-gnome-c5df8028fff7061dc9848207f501047fddb7b9f7.zip
Mark BROKEN on 8.x: does not build.
Diffstat (limited to 'net/tcpillust/Makefile')
-rw-r--r--net/tcpillust/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/tcpillust/Makefile b/net/tcpillust/Makefile
index 0cc98ecc0102..125e92e5bb67 100644
--- a/net/tcpillust/Makefile
+++ b/net/tcpillust/Makefile
@@ -50,4 +50,10 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/sample/* ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800064
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>