diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/libtrace/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/libtrace/Makefile b/net/libtrace/Makefile index b91a4b1e8f1..1ca8dd34ca6 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> |