diff options
author | krion <krion@FreeBSD.org> | 2004-03-30 19:56:43 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-30 19:56:43 +0000 |
commit | 14042a07c94213103476ba10caba0e05d7386a88 (patch) | |
tree | 85ab7d332a60216705aba7ae5ea7bd5afd901b21 /net-mgmt | |
parent | 17635d4d1428af00fc5c2d051fe401dc9e54a671 (diff) | |
download | FreeBSD-ports-14042a07c94213103476ba10caba0e05d7386a88.zip FreeBSD-ports-14042a07c94213103476ba10caba0e05d7386a88.tar.gz |
- Use USE_ICONV knob
Approved by: portmgr
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 55788e9..1e45518 100644 --- a/net-mgmt/bandwidthd/Makefile +++ b/net-mgmt/bandwidthd/Makefile @@ -19,10 +19,10 @@ COMMENT= Tracks bandwidth usage by IP address WRKSRC= ${WRKDIR}/${DISTNAME} -LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd\ - iconv.3:${PORTSDIR}/converters/libiconv +LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd USE_GMAKE= YES +USE_ICONV= YES USE_REINPLACE= YES post-install: |