diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-06-14 05:19:12 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-06-14 05:19:12 +0800 |
commit | 142e3200046947b948daa4b0203f73c4a04482ba (patch) | |
tree | e9c76296062620810229329d5819306f893d668e /net-mgmt | |
parent | 2ea06e5ccfd9667a889129afe597838c2e66d578 (diff) | |
download | freebsd-ports-gnome-142e3200046947b948daa4b0203f73c4a04482ba.tar.gz freebsd-ports-gnome-142e3200046947b948daa4b0203f73c4a04482ba.tar.zst freebsd-ports-gnome-142e3200046947b948daa4b0203f73c4a04482ba.zip |
- Take maintainership
- Remove ABI version from LIB_DEPENDS
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/bandwidthd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/bandwidthd/Makefile b/net-mgmt/bandwidthd/Makefile index 5278a56412a6..112507ae0c3e 100644 --- a/net-mgmt/bandwidthd/Makefile +++ b/net-mgmt/bandwidthd/Makefile @@ -8,10 +8,10 @@ CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bdrewery@FreeBSD.org COMMENT= Tracks bandwidth usage by IP address -LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd +LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd USE_CSTD= gnu89 |