diff options
author | kris <kris@FreeBSD.org> | 2004-12-12 05:20:52 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-12 05:20:52 +0800 |
commit | 4fbfdb3c805a41cdac4bd604dbd2374c74dea418 (patch) | |
tree | 03a80c04f00b6eba4ed1d9a493e89f72b55dfb2f /net/py-libnet | |
parent | bb12f935b9e2b46f34ae7b745b87e71aba3f865b (diff) | |
download | freebsd-ports-graphics-4fbfdb3c805a41cdac4bd604dbd2374c74dea418.tar.gz freebsd-ports-graphics-4fbfdb3c805a41cdac4bd604dbd2374c74dea418.tar.zst freebsd-ports-graphics-4fbfdb3c805a41cdac4bd604dbd2374c74dea418.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 417e05612eb..217171940ac 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 |