aboutsummaryrefslogtreecommitdiff
path: root/net/libtrace
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2011-01-28 16:59:35 +0000
committerErwin Lansing <erwin@FreeBSD.org>2011-01-28 16:59:35 +0000
commit64a809dafe08a357ecf30c6604a9b9a30f5668c5 (patch)
tree8cfa7cb6657663af13162d3679cc711f50cbc983 /net/libtrace
parentdbe94a355e6af2619bf2f76a28d2f65a1624a6ff (diff)
downloadports-64a809dafe08a357ecf30c6604a9b9a30f5668c5.tar.gz
ports-64a809dafe08a357ecf30c6604a9b9a30f5668c5.zip
Notes
Diffstat (limited to 'net/libtrace')
-rw-r--r--net/libtrace/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/libtrace/Makefile b/net/libtrace/Makefile
index b91a4b1e8f1e..1ca8dd34ca67 100644
--- a/net/libtrace/Makefile
+++ b/net/libtrace/Makefile
@@ -31,4 +31,10 @@ post-patch:
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
${WRKSRC}/configure
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 900000
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>