diff options
author | antoine <antoine@FreeBSD.org> | 2014-12-25 19:04:25 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-12-25 19:04:25 +0000 |
commit | 8dc323dc2bd29f0219de5776d0c246c80eba274e (patch) | |
tree | 1ab8a61c390fb88b46b924e62465cf67b9cc354f /x11-toolkits/gnustep-gui | |
parent | 25c80782c536ce329491182eaac8df1c164c4f79 (diff) | |
download | FreeBSD-ports-8dc323dc2bd29f0219de5776d0c246c80eba274e.zip FreeBSD-ports-8dc323dc2bd29f0219de5776d0c246c80eba274e.tar.gz |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
Diffstat (limited to 'x11-toolkits/gnustep-gui')
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index 7577e71..98ac45a 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -23,7 +23,7 @@ DOCS_BUILD_DEPENDS= texi2html:${PORTSDIR}/textproc/texi2html \ LIB_DEPENDS+= libtiff.so:${PORTSDIR}/graphics/tiff LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg -LIB_DEPENDS+= libpng15.so:${PORTSDIR}/graphics/png +LIB_DEPENDS+= libpng.so:${PORTSDIR}/graphics/png LIB_DEPENDS+= libgif.so:${PORTSDIR}/graphics/giflib LIB_DEPENDS+= libsndfile.so:${PORTSDIR}/audio/libsndfile LIB_DEPENDS+= libao.so:${PORTSDIR}/audio/libao |