diff options
author | kris <kris@FreeBSD.org> | 2004-12-12 05:21:47 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-12 05:21:47 +0800 |
commit | d6c2c272343c8d6075b0e6def8fb59c734b57b9b (patch) | |
tree | af168b9f3197373fb9bd283e21d8d10b042a6e20 /net/py-pcap | |
parent | 4fbfdb3c805a41cdac4bd604dbd2374c74dea418 (diff) | |
download | freebsd-ports-gnome-d6c2c272343c8d6075b0e6def8fb59c734b57b9b.tar.gz freebsd-ports-gnome-d6c2c272343c8d6075b0e6def8fb59c734b57b9b.tar.zst freebsd-ports-gnome-d6c2c272343c8d6075b0e6def8fb59c734b57b9b.zip |
BROKEN: Runtime failure after python 2.4 update
Diffstat (limited to 'net/py-pcap')
-rw-r--r-- | net/py-pcap/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/py-pcap/Makefile b/net/py-pcap/Makefile index 17404cfd009b..0972f7eccab3 100644 --- a/net/py-pcap/Makefile +++ b/net/py-pcap/Makefile @@ -19,6 +19,8 @@ COMMENT= Python interface to LBL Packet Capture library (libpcap) BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig11 +BROKEN= Runtime failure after python 2.4 update + USE_PYTHON= yes USE_PYDISTUTILS= yes USE_PYTHON_PREFIX= yes |