aboutsummaryrefslogtreecommitdiff
path: root/net/py-pypcap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-pypcap/Makefile')
-rw-r--r--net/py-pypcap/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/net/py-pypcap/Makefile b/net/py-pypcap/Makefile
index 386c6c5ae963..32d75666fd0e 100644
--- a/net/py-pypcap/Makefile
+++ b/net/py-pypcap/Makefile
@@ -26,4 +26,11 @@ PLIST_FILES= %%PYTHON_SITELIBDIR%%/pcap.so
post-patch:
${RM} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/pcap.c
-.include <bsd.port.mk>
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800074
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>