diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-16 16:26:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-16 16:26:25 +0800 |
commit | 194495cf473a24cea7f1d7ba3d6d1a3ee63ccd00 (patch) | |
tree | 631e17a2b7895241106d33db493284675e581402 /net/tcpdump | |
parent | d00964c5ca301785a1907fb7ee6dff8d7fbdb044 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |