aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-08-09 06:00:03 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-08-09 07:10:49 +0000
commit577dfd24e85b94e3cd85d0d810212f66556dc00b (patch)
treeba849ac825738306528ca85ec5ef5613c7b91c1f /sysutils
parent78f9bcddf5074f3960421f876f2bb9d9f33560a1 (diff)
downloadports-577dfd24e85b94e3cd85d0d810212f66556dc00b.tar.gz
ports-577dfd24e85b94e3cd85d0d810212f66556dc00b.zip
sysutils/usbtop: reduce dependencies
- Drop net/libpcap in favor of /usr/lib/libpcap.so from base - Drop 166 MiB large boost-libs from RUN_DEPENDS PR: 257698 Approved by: yuri (maintainer) (cherry picked from commit ec7d5f1eb92d9a150b838ba431389cc2af1d3718)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/usbtop/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/usbtop/Makefile b/sysutils/usbtop/Makefile
index 596ef3a76080..0ea3ac06ff21 100644
--- a/sysutils/usbtop/Makefile
+++ b/sysutils/usbtop/Makefile
@@ -3,7 +3,7 @@
PORTNAME= usbtop
DISTVERSIONPREFIX= release-
DISTVERSION= 1.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= sysutils
MAINTAINER= yuri@FreeBSD.org
@@ -12,12 +12,12 @@ COMMENT= Utility that shows an estimated instantaneous USB bandwidth
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-LIB_DEPENDS= libboost_system.so:devel/boost-libs \
- libpcap.so:net/libpcap
+BUILD_DEPENDS= boost-libs>0:devel/boost-libs
USES= cmake compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= aguinet
+CMAKE_ON= Boost_USE_STATIC_LIBS
PLIST_FILES= sbin/usbtop