diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 08:26:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 08:26:25 +0000 |
commit | d22728a7e856c5c9ae691125736d656a2c1163ad (patch) | |
tree | 631e17a2b7895241106d33db493284675e581402 /net/tcpdump | |
parent | f329319eb51eb2930a53eb96f5f2932c737a71b8 (diff) | |
download | ports-d22728a7e856c5c9ae691125736d656a2c1163ad.tar.gz ports-d22728a7e856c5c9ae691125736d656a2c1163ad.zip |
Notes
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 |