summaryrefslogtreecommitdiff
path: root/net/tcpdump
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
commit8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch)
treed3548a0f08ca434f11cb4415a93d98037409413b /net/tcpdump
parentRemove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l. (diff)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'net/tcpdump')
-rw-r--r--net/tcpdump/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile
index 09f4d1fdb15c..0119f187cbb8 100644
--- a/net/tcpdump/Makefile
+++ b/net/tcpdump/Makefile
@@ -11,7 +11,7 @@ COMMENT= Ubiquitous network traffic analysis tool
LICENSE= BSD3CLAUSE
-LIB_DEPENDS= libpcap.so:${PORTSDIR}/net/libpcap
+LIB_DEPENDS= libpcap.so:net/libpcap
GNU_CONFIGURE= yes
USES= gmake
@@ -36,7 +36,7 @@ CRYPTO_CONFIGURE_WITH= crypto
IPV6_CONFIGURE_ENABLE= ipv6
SMB_CONFIGURE_ENABLE= smb
SMI_CONFIGURE_WITH= smi
-SMI_LIB_DEPENDS= libsmi.so:${PORTSDIR}/net-mgmt/libsmi
+SMI_LIB_DEPENDS= libsmi.so:net-mgmt/libsmi
USER_CONFIGURE_ON= --with-user=${UNPRIV_USER}
CHROOT_CONFIGURE_ON= --with-chroot=${CHROOTDIR}