diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-06-13 21:19:12 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-06-13 21:19:12 +0000 |
commit | d497e6211fc27b7d59ea5f17f868ccb73a530c42 (patch) | |
tree | e9c76296062620810229329d5819306f893d668e /net-mgmt/bandwidthd | |
parent | 00bab28c856ff60f802f4eb81210fb1d1025d6cc (diff) | |
download | ports-d497e6211fc27b7d59ea5f17f868ccb73a530c42.tar.gz ports-d497e6211fc27b7d59ea5f17f868ccb73a530c42.zip |
Notes
Diffstat (limited to 'net-mgmt/bandwidthd')
-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 |