aboutsummaryrefslogtreecommitdiff
path: root/net/tcpdump/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/tcpdump/Makefile')
-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}