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:09:50 +0000
commitec7d5f1eb92d9a150b838ba431389cc2af1d3718 (patch)
treecdae5435a522c781f76f28f5f51574204b0764b0 /sysutils
parentc82d9248b0e4473ab24749d294f56e3a571a9dcc (diff)
downloadports-ec7d5f1eb92d9a150b838ba431389cc2af1d3718.tar.gz
ports-ec7d5f1eb92d9a150b838ba431389cc2af1d3718.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)
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