diff options
author | ohauer <ohauer@FreeBSD.org> | 2016-03-15 22:33:04 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2016-03-15 22:33:04 +0800 |
commit | e14019a399c2d2bed4020e5a3a94870c1930a414 (patch) | |
tree | 837bf3964b54abdad092aafb94a31df306c107fe /net-mgmt | |
parent | ef9e46c0f99e8760a1cc05f4329d2b5af7facf6c (diff) | |
download | freebsd-ports-gnome-e14019a399c2d2bed4020e5a3a94870c1930a414.tar.gz freebsd-ports-gnome-e14019a399c2d2bed4020e5a3a94870c1930a414.tar.zst freebsd-ports-gnome-e14019a399c2d2bed4020e5a3a94870c1930a414.zip |
- port links against libpng, so add png as dependency
PR: 208014
Submitted by: Franco Fichtner
Diffstat (limited to 'net-mgmt')
-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: |