diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-12 05:20:52 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-12 05:20:52 +0800 |
commit | 0702aa526e4b8513ec880b5df675a41943eaf71f (patch) | |
tree | d9ebf5726abf8ed8237829d59c39432c743f8221 /net/py-libnet | |
parent | efcaabf05dcd919be8d63f7cb58014a1370b3093 (diff) | |
download | freebsd-ports-gnome-0702aa526e4b8513ec880b5df675a41943eaf71f.tar.gz freebsd-ports-gnome-0702aa526e4b8513ec880b5df675a41943eaf71f.tar.zst freebsd-ports-gnome-0702aa526e4b8513ec880b5df675a41943eaf71f.zip |
BROKEN: Does not compile after python 2.4 update
Diffstat (limited to 'net/py-libnet')
-rw-r--r-- | net/py-libnet/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/py-libnet/Makefile b/net/py-libnet/Makefile index 417e05612eb0..217171940ac8 100644 --- a/net/py-libnet/Makefile +++ b/net/py-libnet/Makefile @@ -21,6 +21,8 @@ COMMENT= Python module for the libnet packet construction library BUILD_DEPENDS= ${LOCALBASE}/bin/swig1.1:${PORTSDIR}/devel/swig11 \ ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet +BROKEN= Does not compile after python 2.4 update + USE_REINPLACE= yes USE_PYTHON= yes USE_GMAKE= yes |