Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Mar 2016 14:33:04 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411165 - head/net-mgmt/bandwidthd
Message-ID:  <201603151433.u2FEX4Cg055271@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603151433.u2FEX4Cg055271>