summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2004-11-20 12:00:11 +0000
committerMarius Strobl <marius@FreeBSD.org>2004-11-20 12:00:11 +0000
commit0ad9c6be7738aa715e6add8cf39db0e9f6864b6e (patch)
treeaa9907d1dc4ee30c33c2ad972633f3633c0b8b72 /net-mgmt
parentAdd p5-Test-Pod-Coverage 1.06, check for pod coverage in your (diff)
Use file unique to net/libnet-devel to check whether this dependency
is already installed rather than the library itself which has the same name in both net/libnet and net/libnet-devel in order to not try to build this port with net/libnet. Approved by: netchild
Notes
Notes: svn path=/head/; revision=121999
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/ettercap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/ettercap/Makefile b/net-mgmt/ettercap/Makefile
index 28c33451ce80..a75561350860 100644
--- a/net-mgmt/ettercap/Makefile
+++ b/net-mgmt/ettercap/Makefile
@@ -18,7 +18,7 @@ DISTNAME= ${PORTNAME}-NG-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A network sniffer/interceptor/injector/logger for switched LANs
-BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel
+BUILD_DEPENDS= ${LOCALBASE}/include/libnet/libnet-types.h:${PORTSDIR}/net/libnet-devel
.if !defined(WITHOUT_PCRE)
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
.endif