diff options
author | linimon <linimon@FreeBSD.org> | 2004-12-17 15:47:56 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-12-17 15:47:56 +0800 |
commit | 6d6ce043094237886068d65f2094d694d12c10e2 (patch) | |
tree | 2334d66dd5a9365396d8bc04351d9a6016e1eaad | |
parent | d64bffd8a79466940864ae1444d38d88c9623b76 (diff) | |
download | freebsd-ports-gnome-6d6ce043094237886068d65f2094d694d12c10e2.tar.gz freebsd-ports-gnome-6d6ce043094237886068d65f2094d694d12c10e2.tar.zst freebsd-ports-gnome-6d6ce043094237886068d65f2094d694d12c10e2.zip |
Switch from BROKEN to IGNORE as per currently documented style.
-rw-r--r-- | net/py-pcap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/py-pcap/Makefile b/net/py-pcap/Makefile index 0972f7eccab3..b05f52ea9990 100644 --- a/net/py-pcap/Makefile +++ b/net/py-pcap/Makefile @@ -19,7 +19,7 @@ COMMENT= Python interface to LBL Packet Capture library (libpcap) BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig11 -BROKEN= Runtime failure after python 2.4 update +IGNORE= Runtime failure after python 2.4 update USE_PYTHON= yes USE_PYDISTUTILS= yes |