diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-12-17 07:47:56 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-12-17 07:47:56 +0000 |
commit | 6d5f4f87dcaeefe46c959748dcf9cfbbd180a077 (patch) | |
tree | 56b45065ae83aa564921ba3da451995eaf5a2482 /net/py-pcap | |
parent | 600b5645fdd87cc5d906fccea8438b4e5c5b9ab9 (diff) |
Notes
Diffstat (limited to 'net/py-pcap')
-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 |