diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-01-08 17:59:41 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-01-08 17:59:41 +0000 |
commit | ccd4eff1b49405149cc8a1e3c63c91b60f702921 (patch) | |
tree | c769ea8a7b1f42825b281acc0901c94362fa2a02 /net/trafshow3 | |
parent | 5757f03eeed24bdada5085da183cd186c3aa99b1 (diff) | |
download | ports-ccd4eff1b49405149cc8a1e3c63c91b60f702921.tar.gz ports-ccd4eff1b49405149cc8a1e3c63c91b60f702921.zip |
Notes
Diffstat (limited to 'net/trafshow3')
-rw-r--r-- | net/trafshow3/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/trafshow3/Makefile b/net/trafshow3/Makefile index 7ea0e8b686d7..6e38956c71f7 100644 --- a/net/trafshow3/Makefile +++ b/net/trafshow3/Makefile @@ -43,4 +43,10 @@ do-install: ${CP} ${PREFIX}/etc/trafshow.dist ${PREFIX}/etc/trafshow; \ fi -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800059 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |