diff options
| author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-25 19:04:25 +0000 |
|---|---|---|
| committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-25 19:04:25 +0000 |
| commit | 7ae46e9b126aa67fb2c445fc7b192dd6a42f4ee5 (patch) | |
| tree | 1ab8a61c390fb88b46b924e62465cf67b9cc354f /www | |
| parent | Include string.h for memset and memmove declaration (diff) | |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
Diffstat (limited to 'www')
| -rw-r--r-- | www/analog/Makefile | 2 | ||||
| -rw-r--r-- | www/awffull/Makefile | 2 | ||||
| -rw-r--r-- | www/ilias/Makefile | 2 | ||||
| -rw-r--r-- | www/links-hacked/Makefile | 2 | ||||
| -rw-r--r-- | www/netsurf/Makefile | 2 | ||||
| -rw-r--r-- | www/webkit-qt5/Makefile | 2 | ||||
| -rw-r--r-- | www/wml/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/www/analog/Makefile b/www/analog/Makefile index f9d73bcb0475..11bc6314e10a 100644 --- a/www/analog/Makefile +++ b/www/analog/Makefile @@ -19,7 +19,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ - libpng15.so:${PORTSDIR}/graphics/png + libpng.so:${PORTSDIR}/graphics/png BUILD_WRKSRC= ${WRKSRC}/src 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} diff --git a/www/ilias/Makefile b/www/ilias/Makefile index f92bc47748c9..d4651a082d4e 100644 --- a/www/ilias/Makefile +++ b/www/ilias/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ ${LOCALBASE}/share/pear/MDB2.php:${PORTSDIR}/databases/pear-MDB2 \ ${LOCALBASE}/share/pear/HTML/Template/IT.php:${PORTSDIR}/devel/pear-HTML_Template_IT LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ - libpng15.so:${PORTSDIR}/graphics/png + libpng.so:${PORTSDIR}/graphics/png NO_BUILD= yes PLIST= ${WRKDIR}/plist diff --git a/www/links-hacked/Makefile b/www/links-hacked/Makefile index e0105ceb80b7..d446d2cc24a1 100644 --- a/www/links-hacked/Makefile +++ b/www/links-hacked/Makefile @@ -51,7 +51,7 @@ X11_CONFIGURE_WITH= x .if ${PORT_OPTIONS:MDIRECTFB} || ${PORT_OPTIONS:MSVGALIB} || ${PORT_OPTIONS:MX11} LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg \ - libpng15.so:${PORTSDIR}/graphics/png \ + libpng.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff CONFIGURE_ARGS+= --enable-graphics .else diff --git a/www/netsurf/Makefile b/www/netsurf/Makefile index 465b4f26531a..5484b68c6d5f 100644 --- a/www/netsurf/Makefile +++ b/www/netsurf/Makefile @@ -17,7 +17,7 @@ LICENSE_COMB= multi BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ - libpng15.so:${PORTSDIR}/graphics/png + libpng.so:${PORTSDIR}/graphics/png ALL_TARGET= #empty CFLAGS+= -I${LOCALBASE}/include diff --git a/www/webkit-qt5/Makefile b/www/webkit-qt5/Makefile index 7cc894fb6bf3..a7afd6a4d637 100644 --- a/www/webkit-qt5/Makefile +++ b/www/webkit-qt5/Makefile @@ -12,7 +12,7 @@ COMMENT= Qt WebKit implementation LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ libicui18n.so:${PORTSDIR}/devel/icu \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ - libpng15.so:${PORTSDIR}/graphics/png \ + libpng.so:${PORTSDIR}/graphics/png \ libwebp.so:${PORTSDIR}/graphics/webp BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex diff --git a/www/wml/Makefile b/www/wml/Makefile index 6bbdd072adae..02720e08e964 100644 --- a/www/wml/Makefile +++ b/www/wml/Makefile @@ -14,7 +14,7 @@ COMMENT= Website META Language, webdesign toolkit for HTML generation LICENSE= GPLv2 -LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png RUN_DEPENDS= \ p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ p5-Bit-Vector>=5.2:${PORTSDIR}/math/p5-Bit-Vector \ |
