diff options
author | miwi <miwi@FreeBSD.org> | 2007-06-12 19:43:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-06-12 19:43:40 +0800 |
commit | bf2f740307a82fe86fedcdf268cbe91517528962 (patch) | |
tree | 22e5fc4804aa93e3fa2fe45530d5615ab1aa6e45 | |
parent | 36cc6380086e2eadf4cd5a23e23005d51c516c00 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |