summaryrefslogtreecommitdiffstats
path: root/security/yersinia
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>2005-09-19 18:16:02 +0000
committerse <se@FreeBSD.org>2005-09-19 18:16:02 +0000
commit296ea47d72aecbd89cc9c0162561bd79bbc2418a (patch)
treef359bf3630d404e7f7b316abad9cb5a897746aa9 /security/yersinia
parenta6dd6a2db1366c1adae81739be5b4c9a0e92ca37 (diff)
downloadFreeBSD-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/Makefile2
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
OpenPOWER on IntegriCloud