aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/bandwidthd
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2011-07-14 15:19:53 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2011-07-14 15:19:53 +0000
commite85b9d8959221043a87062344e36d8d3bd6b78de (patch)
treeb4994eba1cdbbc573dfd854a824e1936d3603fcb /net-mgmt/bandwidthd
parent376ea718c4ebea4ccd6da14648e196fe067baa37 (diff)
downloadports-e85b9d8959221043a87062344e36d8d3bd6b78de.tar.gz
ports-e85b9d8959221043a87062344e36d8d3bd6b78de.zip
Fix build with clang
PR: 158559 Submitted by: Niclas Zeising
Notes
Notes: svn path=/head/; revision=277710
Diffstat (limited to 'net-mgmt/bandwidthd')
-rw-r--r--net-mgmt/bandwidthd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/bandwidthd/Makefile b/net-mgmt/bandwidthd/Makefile
index bfddf3443a74..544643738962 100644
--- a/net-mgmt/bandwidthd/Makefile
+++ b/net-mgmt/bandwidthd/Makefile
@@ -17,6 +17,8 @@ COMMENT= Tracks bandwidth usage by IP address
LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd
+USE_CSTD= c89
+
USE_GMAKE= YES
GNU_CONFIGURE= YES
USE_ICONV= YES