diff options
author | tdb <tdb@FreeBSD.org> | 2006-03-20 18:18:18 +0800 |
---|---|---|
committer | tdb <tdb@FreeBSD.org> | 2006-03-20 18:18:18 +0800 |
commit | 6d69943ab040792415e4553fa1d95ba368589ef4 (patch) | |
tree | 39f6c95ca6066795b873475b1889f387794eee3e /net-mgmt | |
parent | 2c5f59a6ed046f16f72d77b30c4b4c0e15610c3a (diff) | |
download | freebsd-ports-gnome-6d69943ab040792415e4553fa1d95ba368589ef4.tar.gz freebsd-ports-gnome-6d69943ab040792415e4553fa1d95ba368589ef4.tar.zst freebsd-ports-gnome-6d69943ab040792415e4553fa1d95ba368589ef4.zip |
- Update libstatgrab to 0.13
- Fix broken MASTER_SITES
- Bump PORTREVISION and dependency in dependent ports
Diffstat (limited to 'net-mgmt')
-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 d1724f2602e3..7a91d8795c8b 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 |