aboutsummaryrefslogtreecommitdiff
path: root/security/yersinia
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2005-09-19 18:16:02 +0000
committerStefan Eßer <se@FreeBSD.org>2005-09-19 18:16:02 +0000
commit858ffea968253ec0b116eec58b165884624a895b (patch)
tree660eed12d7abe2d7c2f619511428b903e3802a93 /security/yersinia
parent9c336057b13314391dc9d461ae817259006cff27 (diff)
downloadports-858ffea968253ec0b116eec58b165884624a895b.tar.gz
ports-858ffea968253ec0b116eec58b165884624a895b.zip
Fix BUILD_DEPENDS on libpcap for -STABLE, it was overriding the dependency
on libnet-devel ...
Notes
Notes: svn path=/head/; revision=143176
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 26098562a107..0414c9b833b5 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