diff options
author | erwin <erwin@FreeBSD.org> | 2009-06-13 18:39:30 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-06-13 18:39:30 +0800 |
commit | c5df8028fff7061dc9848207f501047fddb7b9f7 (patch) | |
tree | 40871d8cd2615957054ace86a42ef41bff737f67 /net/tcpillust/Makefile | |
parent | 9d8533a88ec1a3a9308682d688a03887bbb2a910 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |