diff --git a/sysutils/usbtop/Makefile b/sysutils/usbtop/Makefile index 596ef3a76080..0ea3ac06ff21 100644 --- a/sysutils/usbtop/Makefile +++ b/sysutils/usbtop/Makefile @@ -1,24 +1,24 @@ # Created by: Yuri Victorovich PORTNAME= usbtop DISTVERSIONPREFIX= release- DISTVERSION= 1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org 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 .include