svn commit: r411165 - head/net-mgmt/bandwidthd
Olli Hauer
ohauer at FreeBSD.org
Tue Mar 15 15:19:34 UTC 2016
Author: ohauer
Date: Tue Mar 15 14:33:04 2016
New Revision: 411165
URL: https://svnweb.freebsd.org/changeset/ports/411165
Log:
- port links against libpng, so add png as dependency
PR: 208014
Submitted by: Franco Fichtner
Modified:
head/net-mgmt/bandwidthd/Makefile
Modified: head/net-mgmt/bandwidthd/Makefile
==============================================================================
--- head/net-mgmt/bandwidthd/Makefile Tue Mar 15 14:32:39 2016 (r411164)
+++ head/net-mgmt/bandwidthd/Makefile Tue Mar 15 14:33:04 2016 (r411165)
@@ -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 ad
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:
More information about the svn-ports-all
mailing list