diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-03 23:53:46 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-03 23:53:46 +0000 |
commit | 260b2edafd358f77c49249acb5545764315d5ce9 (patch) | |
tree | 660f33f450bbab88db3f425d963bac094e937569 /net/py-pcap | |
parent | d2d7ba91aa03c042adab70b43cf10d6692977b07 (diff) | |
download | ports-260b2edafd358f77c49249acb5545764315d5ce9.tar.gz ports-260b2edafd358f77c49249acb5545764315d5ce9.zip |
Notes
Diffstat (limited to 'net/py-pcap')
-rw-r--r-- | net/py-pcap/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/py-pcap/Makefile b/net/py-pcap/Makefile index 0a7646515f2b..f87a3ebca46e 100644 --- a/net/py-pcap/Makefile +++ b/net/py-pcap/Makefile @@ -29,8 +29,7 @@ WRKSRC= ${WRKDIR}/pylibpcap-${PORTVERSION} .include <bsd.port.pre.mk> -.if ${OSVERSION} < 460001 || \ - ( ${OSVERSION} >= 500000 && ${OSVERSION} < 500038 ) +.if ( ${OSVERSION} < 500038 ) IGNORE= "needs libpcap 0.7 or higher" .endif |