diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-12 11:43:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-12 11:43:40 +0000 |
commit | 307a3c1319da93f7fd7b256e08e9a93ed1ce77a4 (patch) | |
tree | 5d7a275ee9f18c00c6c4356cf0749d9b46d7b44e /net/py-pcapy | |
parent | 2b8c5e65e57cef325d24c110c30c9a43d3a3a812 (diff) | |
download | ports-307a3c1319da93f7fd7b256e08e9a93ed1ce77a4.tar.gz ports-307a3c1319da93f7fd7b256e08e9a93ed1ce77a4.zip |
Notes
Diffstat (limited to 'net/py-pcapy')
-rw-r--r-- | net/py-pcapy/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/py-pcapy/Makefile b/net/py-pcapy/Makefile index ed3dd1044e88..24809a6216b6 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 |