diff options
author | marius <marius@FreeBSD.org> | 2004-11-20 20:00:11 +0800 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2004-11-20 20:00:11 +0800 |
commit | 265f9ca1a51d31973c38c99c95953358666120a2 (patch) | |
tree | c040693207794e0776ee6ba756e5097836e68623 /net-mgmt/ettercap | |
parent | bf6509c8c5540b162687d780d6f34e4a186f8259 (diff) | |
download | freebsd-ports-gnome-265f9ca1a51d31973c38c99c95953358666120a2.tar.gz freebsd-ports-gnome-265f9ca1a51d31973c38c99c95953358666120a2.tar.zst freebsd-ports-gnome-265f9ca1a51d31973c38c99c95953358666120a2.zip |
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
Diffstat (limited to 'net-mgmt/ettercap')
-rw-r--r-- | net-mgmt/ettercap/Makefile | 2 |
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 |