diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-13 10:39:30 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-13 10:39:30 +0000 |
commit | c11c8016101057c547fc21ec56998d2f21138d69 (patch) | |
tree | 4adda80dc1a60f364c024a79b36177f29c716c90 /net/tcpillust | |
parent | 71d6cf085e8ce004d7b0662fccfcade67da2d484 (diff) | |
download | ports-c11c8016101057c547fc21ec56998d2f21138d69.tar.gz ports-c11c8016101057c547fc21ec56998d2f21138d69.zip |
Notes
Diffstat (limited to 'net/tcpillust')
-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> |