summaryrefslogtreecommitdiffstats
path: root/databases/rrdtool
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-12-25 19:04:25 +0000
committerantoine <antoine@FreeBSD.org>2014-12-25 19:04:25 +0000
commit8dc323dc2bd29f0219de5776d0c246c80eba274e (patch)
tree1ab8a61c390fb88b46b924e62465cf67b9cc354f /databases/rrdtool
parent25c80782c536ce329491182eaac8df1c164c4f79 (diff)
downloadFreeBSD-ports-8dc323dc2bd29f0219de5776d0c246c80eba274e.zip
FreeBSD-ports-8dc323dc2bd29f0219de5776d0c246c80eba274e.tar.gz
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
Diffstat (limited to 'databases/rrdtool')
-rw-r--r--databases/rrdtool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile
index 8ccad9d..dc5fce8 100644
--- a/databases/rrdtool/Makefile
+++ b/databases/rrdtool/Makefile
@@ -78,7 +78,7 @@ EXTRA_PATCHES+= ${FILESDIR}/thirdparty-json.diff
.if ${PORT_OPTIONS:MGRAPH}
LIB_DEPENDS+= libfreetype.so:${PORTSDIR}/print/freetype2 \
- libpng15.so:${PORTSDIR}/graphics/png
+ libpng.so:${PORTSDIR}/graphics/png
USE_GNOME+= cairo pango
PLIST_SUB+= WITH_GRAPH=""
.else
OpenPOWER on IntegriCloud