aboutsummaryrefslogtreecommitdiff
path: root/graphics/xmedcon
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-12-25 19:04:25 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-12-25 19:04:25 +0000
commit7ae46e9b126aa67fb2c445fc7b192dd6a42f4ee5 (patch)
tree1ab8a61c390fb88b46b924e62465cf67b9cc354f /graphics/xmedcon
parentbfdfc5baac1b60e409c56691b0e6d07cff8d1d91 (diff)
downloadports-7ae46e9b126aa67fb2c445fc7b192dd6a42f4ee5.tar.gz
ports-7ae46e9b126aa67fb2c445fc7b192dd6a42f4ee5.zip
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
Notes
Notes: svn path=/head/; revision=375594
Diffstat (limited to 'graphics/xmedcon')
-rw-r--r--graphics/xmedcon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xmedcon/Makefile b/graphics/xmedcon/Makefile
index c25a0d201e03..6347d8a72137 100644
--- a/graphics/xmedcon/Makefile
+++ b/graphics/xmedcon/Makefile
@@ -61,7 +61,7 @@ INW_CONFIGURE_ENABLE= inw
GIF_CONFIGURE_OFF= --disable-gif
PNG_CONFIGURE_ENABLE= png
-PNG_LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
+PNG_LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
.include <bsd.port.options.mk>