diff options
author | se <se@FreeBSD.org> | 2005-09-19 18:16:02 +0000 |
---|---|---|
committer | se <se@FreeBSD.org> | 2005-09-19 18:16:02 +0000 |
commit | 296ea47d72aecbd89cc9c0162561bd79bbc2418a (patch) | |
tree | f359bf3630d404e7f7b316abad9cb5a897746aa9 /security/yersinia | |
parent | a6dd6a2db1366c1adae81739be5b4c9a0e92ca37 (diff) | |
download | FreeBSD-ports-296ea47d72aecbd89cc9c0162561bd79bbc2418a.zip FreeBSD-ports-296ea47d72aecbd89cc9c0162561bd79bbc2418a.tar.gz |
Fix BUILD_DEPENDS on libpcap for -STABLE, it was overriding the dependency
on libnet-devel ...
Diffstat (limited to 'security/yersinia')
-rw-r--r-- | security/yersinia/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/yersinia/Makefile b/security/yersinia/Makefile index 2609856..0414c9b 100644 --- a/security/yersinia/Makefile +++ b/security/yersinia/Makefile @@ -20,7 +20,7 @@ COMMENT= Layer 2 vulnerability scanner (switches, spanning tree, 802.1q ...) BUILD_DEPENDS= ${LOCALBASE}/share/examples/libnet/ip_raw.c:${PORTSDIR}/net/libnet-devel .if ${OSVERSION} < 500000 -BUILD_DEPENDS= ${LOCALBASE}/lib/libpcap.a:${PORTSDIR}/net/libpcap +BUILD_DEPENDS+= ${LOCALBASE}/lib/libpcap.a:${PORTSDIR}/net/libpcap .endif GNU_CONFIGURE= yes |