diff options
Diffstat (limited to 'net-mgmt/bwm-ng')
-rw-r--r-- | net-mgmt/bwm-ng/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/bwm-ng/Makefile b/net-mgmt/bwm-ng/Makefile index d1724f2..7a91d87 100644 --- a/net-mgmt/bwm-ng/Makefile +++ b/net-mgmt/bwm-ng/Makefile @@ -7,6 +7,7 @@ PORTNAME= bwm-ng PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://www.gropp.org/bwm-ng/ @@ -14,7 +15,7 @@ MAINTAINER= tdb@FreeBSD.org COMMENT= A small and simple bandwidth monitor BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -LIB_DEPENDS= statgrab.7:${PORTSDIR}/devel/libstatgrab +LIB_DEPENDS= statgrab.8:${PORTSDIR}/devel/libstatgrab GNU_CONFIGURE= yes MAN1= bwm-ng.1 |