diff options
Diffstat (limited to 'net/tcpdump/Makefile')
-rw-r--r-- | net/tcpdump/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile index fbfaf12ee8df..d025b4d16a46 100644 --- a/net/tcpdump/Makefile +++ b/net/tcpdump/Makefile @@ -15,13 +15,11 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= bms@FreeBSD.org COMMENT= Ubiquitous network traffic analysis tool -BROKEN= Broken dependency - # TODO: Add strict sanity check that we're compiling against a # version of libpcap with which this tcpdump release is compatible. # .if defined(TCPDUMP_OVERWRITE_BASE) || !defined(WITH_LIBPCAP_BASE) -LIB_DEPENDS= pcap.2:${PORTSDIR}/net/libpcap +BUILD_DEPENDS= ${LOCALBASE}/lib/libpcap.a:${PORTSDIR}/net/libpcap .endif WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |