diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2006-01-25 07:00:31 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2006-01-25 07:00:31 +0000 |
commit | 86f8d8d6dabcda9aac5ba1325a6900efb00fafee (patch) | |
tree | 5702bc943537d77b0ea16319c15eab7362d1fe52 /net/tcpdump | |
parent | 3b2fb3200e46d680cd17565277b596bba5b41c0f (diff) | |
download | ports-86f8d8d6dabcda9aac5ba1325a6900efb00fafee.tar.gz ports-86f8d8d6dabcda9aac5ba1325a6900efb00fafee.zip |
Notes
Diffstat (limited to 'net/tcpdump')
-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} |