From 0ad9c6be7738aa715e6add8cf39db0e9f6864b6e Mon Sep 17 00:00:00 2001 From: Marius Strobl Date: Sat, 20 Nov 2004 12:00:11 +0000 Subject: 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 --- net-mgmt/ettercap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-mgmt') 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 -- cgit v1.2.3