diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2016-03-15 14:33:04 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2016-03-15 14:33:04 +0000 |
commit | a9518fe17a88636d24686c169efe300b4f6fc519 (patch) | |
tree | 837bf3964b54abdad092aafb94a31df306c107fe /net-mgmt/bandwidthd | |
parent | - Mark broken, again (diff) |
- port links against libpng, so add png as dependency
PR: 208014
Submitted by: Franco Fichtner
Notes
Notes:
svn path=/head/; revision=411165
Diffstat (limited to 'net-mgmt/bandwidthd')
-rw-r--r-- | net-mgmt/bandwidthd/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net-mgmt/bandwidthd/Makefile b/net-mgmt/bandwidthd/Makefile index b2216d35c31a..680f88b293cd 100644 --- a/net-mgmt/bandwidthd/Makefile +++ b/net-mgmt/bandwidthd/Makefile @@ -3,7 +3,7 @@ PORTNAME= bandwidthd PORTVERSION= 2.0.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} @@ -12,14 +12,16 @@ COMMENT= Tracks bandwidth usage by IP address LICENSE= GPLv2 -LIB_DEPENDS+= libgd.so:${PORTSDIR}/graphics/gd +LIB_DEPENDS+= libgd.so:${PORTSDIR}/graphics/gd \ + libpng16.so:${PORTSDIR}/graphics/png SUB_FILES= bandwidthd USE_CSTD= gnu89 GNU_CONFIGURE= YES -CONFIGURE_ARGS= ac_cv_lib_iconv_libiconv_open=no +CONFIGURE_ARGS= ac_cv_lib_iconv_libiconv_open=no \ + ac_cv_lib_pq_PQconnectdb=no USES= gmake tar:tgz post-install: |