diff options
author | antoine <antoine@FreeBSD.org> | 2014-12-26 03:04:25 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-12-26 03:04:25 +0800 |
commit | 8dc323dc2bd29f0219de5776d0c246c80eba274e (patch) | |
tree | 1ab8a61c390fb88b46b924e62465cf67b9cc354f /www/awffull | |
parent | 25c80782c536ce329491182eaac8df1c164c4f79 (diff) | |
download | freebsd-ports-gnome-8dc323dc2bd29f0219de5776d0c246c80eba274e.tar.gz freebsd-ports-gnome-8dc323dc2bd29f0219de5776d0c246c80eba274e.tar.zst freebsd-ports-gnome-8dc323dc2bd29f0219de5776d0c246c80eba274e.zip |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
Diffstat (limited to 'www/awffull')
-rw-r--r-- | www/awffull/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/awffull/Makefile b/www/awffull/Makefile index 985cd5b7dfd1..50edc61b3b2c 100644 --- a/www/awffull/Makefile +++ b/www/awffull/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd \ - libpng15.so:${PORTSDIR}/graphics/png \ + libpng.so:${PORTSDIR}/graphics/png \ libpcre.so:${PORTSDIR}/devel/pcre RUN_DEPENDS:= ${BUILD_DEPENDS} |