diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-07-05 14:32:27 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-07-05 14:32:27 +0000 |
commit | 30e2283f00a3e2496eac341140d46049157ceb71 (patch) | |
tree | 2a3f4c8baf916eb023c08752d7b5ee77964fb50e /net-mgmt | |
parent | ea31cb8a1939b16c24d310973ef118f11a66b29c (diff) | |
download | ports-30e2283f00a3e2496eac341140d46049157ceb71.tar.gz ports-30e2283f00a3e2496eac341140d46049157ceb71.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/bandwidthd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mgmt/bandwidthd/Makefile b/net-mgmt/bandwidthd/Makefile index eeceb970a1c4..7314311c72d6 100644 --- a/net-mgmt/bandwidthd/Makefile +++ b/net-mgmt/bandwidthd/Makefile @@ -17,9 +17,8 @@ LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd USE_CSTD= gnu89 -USE_GMAKE= YES GNU_CONFIGURE= YES -USES= iconv +USES= iconv gmake post-install: @${INSTALL_SCRIPT} ${FILESDIR}/bandwidthd.sh \ |