aboutsummaryrefslogtreecommitdiffstats
path: root/net/tcpdump
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-07-16 16:26:25 +0800
committerbapt <bapt@FreeBSD.org>2014-07-16 16:26:25 +0800
commit194495cf473a24cea7f1d7ba3d6d1a3ee63ccd00 (patch)
tree631e17a2b7895241106d33db493284675e581402 /net/tcpdump
parentd00964c5ca301785a1907fb7ee6dff8d7fbdb044 (diff)
downloadfreebsd-ports-gnome-194495cf473a24cea7f1d7ba3d6d1a3ee63ccd00.tar.gz
freebsd-ports-gnome-194495cf473a24cea7f1d7ba3d6d1a3ee63ccd00.tar.zst
freebsd-ports-gnome-194495cf473a24cea7f1d7ba3d6d1a3ee63ccd00.zip
Fix some non default LIB_DEPENDS
With hat: portmgr
Diffstat (limited to 'net/tcpdump')
-rw-r--r--net/tcpdump/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile
index 54b14816f236..d57c7c4c4d8c 100644
--- a/net/tcpdump/Makefile
+++ b/net/tcpdump/Makefile
@@ -52,7 +52,7 @@ CONFIGURE_ARGS+= --disable-smb
.endif
.if ${PORT_OPTIONS:MSMI}
-LIB_DEPENDS+= smi:${PORTSDIR}/net-mgmt/libsmi
+LIB_DEPENDS+= libsmi.so:${PORTSDIR}/net-mgmt/libsmi
.else
CONFIGURE_ARGS+= --disable-smi
.endif