aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-06-12 19:43:40 +0800
committermiwi <miwi@FreeBSD.org>2007-06-12 19:43:40 +0800
commitbf2f740307a82fe86fedcdf268cbe91517528962 (patch)
tree22e5fc4804aa93e3fa2fe45530d5615ab1aa6e45
parent36cc6380086e2eadf4cd5a23e23005d51c516c00 (diff)
downloadfreebsd-ports-graphics-bf2f740307a82fe86fedcdf268cbe91517528962.tar.gz
freebsd-ports-graphics-bf2f740307a82fe86fedcdf268cbe91517528962.tar.zst
freebsd-ports-graphics-bf2f740307a82fe86fedcdf268cbe91517528962.zip
- Marked broke for 5.X
Submitted by: pointyhat via kris Approved by: maintainer
-rw-r--r--net/py-pcapy/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/py-pcapy/Makefile b/net/py-pcapy/Makefile
index ed3dd1044e8..24809a6216b 100644
--- a/net/py-pcapy/Makefile
+++ b/net/py-pcapy/Makefile
@@ -21,6 +21,10 @@ PORTDOCS= README LICENSE pcapy.html
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 600000
+BROKEN= does not compile on 5.x
+.endif
+
.if ${OSVERSION} < 503000
LIB_DEPENDS+= pcap.2:${PORTSDIR}/net/libpcap
PYDISTUTILS_BUILDARGS= build_ext -I${LOCALBASE}/include -L${LOCALBASE}/lib