diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-11-14 17:07:08 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-11-14 17:07:08 +0000 |
commit | e1c4707bab49a445d286c16116d18d54e213b1c0 (patch) | |
tree | 04c85b031b3bfa837bea4ce1098f07e265147ebb /net/py-libnet | |
parent | 13c002e952c5963263b7c7f75c08b2907aa79d9e (diff) | |
download | ports-e1c4707bab49a445d286c16116d18d54e213b1c0.tar.gz ports-e1c4707bab49a445d286c16116d18d54e213b1c0.zip |
Notes
Diffstat (limited to 'net/py-libnet')
-rw-r--r-- | net/py-libnet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-libnet/Makefile b/net/py-libnet/Makefile index f296e22cf611..c9498089b520 100644 --- a/net/py-libnet/Makefile +++ b/net/py-libnet/Makefile @@ -8,7 +8,7 @@ PORTNAME= libnet PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pylibnet @@ -19,7 +19,7 @@ MAINTAINER= ports@FreeBSD.org 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 + libnet*<=1.1.0,1:${PORTSDIR}/net/libnet10 USE_PYTHON= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src |