diff options
Diffstat (limited to 'www/awffull/Makefile')
-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} |