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 /devel | |
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 'devel')
-rw-r--r-- | devel/allegro-devel/Makefile | 2 | ||||
-rw-r--r-- | devel/allegro/Makefile | 2 | ||||
-rw-r--r-- | devel/dcmtk/Makefile | 2 | ||||
-rw-r--r-- | devel/doxygen/Makefile | 2 | ||||
-rw-r--r-- | devel/kyra/Makefile | 2 | ||||
-rw-r--r-- | devel/libclaw/Makefile | 2 | ||||
-rw-r--r-- | devel/libslang2/Makefile | 2 | ||||
-rw-r--r-- | devel/libzvbi/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-SDL/Makefile | 2 | ||||
-rw-r--r-- | devel/synfig/Makefile | 2 | ||||
-rw-r--r-- | devel/tex-web2c/Makefile | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/devel/allegro-devel/Makefile b/devel/allegro-devel/Makefile index c5691cf33650..e7c5d3118d26 100644 --- a/devel/allegro-devel/Makefile +++ b/devel/allegro-devel/Makefile @@ -18,7 +18,7 @@ LICENSE= ZLIB BSD3CLAUSE LICENSE_COMB= dual LIB_DEPENDS+= libjack.so:${PORTSDIR}/audio/jack \ - libpng15.so:${PORTSDIR}/graphics/png \ + libpng.so:${PORTSDIR}/graphics/png \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ libvorbis.so:${PORTSDIR}/audio/libvorbis \ libFLAC.so:${PORTSDIR}/audio/flac \ diff --git a/devel/allegro/Makefile b/devel/allegro/Makefile index ea221ce85193..1c31d533b315 100644 --- a/devel/allegro/Makefile +++ b/devel/allegro/Makefile @@ -13,7 +13,7 @@ EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} MAINTAINER= koalative@gmail.com COMMENT= Cross-platform library for games and multimedia programming -LIB_DEPENDS+= libpng15.so:${PORTSDIR}/graphics/png \ +LIB_DEPENDS+= libpng.so:${PORTSDIR}/graphics/png \ libvorbis.so:${PORTSDIR}/audio/libvorbis USES= cmake gmake makeinfo pkgconfig diff --git a/devel/dcmtk/Makefile b/devel/dcmtk/Makefile index 6d4cb47da393..c33c582c2104 100644 --- a/devel/dcmtk/Makefile +++ b/devel/dcmtk/Makefile @@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Toolkit to work with DICOM objects LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff \ - libpng15.so:${PORTSDIR}/graphics/png \ + libpng.so:${PORTSDIR}/graphics/png \ libjpeg.so:${PORTSDIR}/graphics/jpeg USE_GNOME= libxml2 diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile index 073a65d2e15d..d0d3977b745c 100644 --- a/devel/doxygen/Makefile +++ b/devel/doxygen/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= tmake:${PORTSDIR}/devel/tmake \ ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex -LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png USES= bison gmake iconv perl5 python:2 ALL_TARGET= all diff --git a/devel/kyra/Makefile b/devel/kyra/Makefile index de9e4f679115..83bcc7ee29e6 100644 --- a/devel/kyra/Makefile +++ b/devel/kyra/Makefile @@ -14,7 +14,7 @@ COMMENT= Simple Sprite engine written in C++ LICENSE= GPLv2 LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ - libpng15.so:${PORTSDIR}/graphics/png \ + libpng.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/devel/libclaw/Makefile b/devel/libclaw/Makefile index 965557211886..f8489e8e61af 100644 --- a/devel/libclaw/Makefile +++ b/devel/libclaw/Makefile @@ -10,7 +10,7 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= C++ Library Absolutely Wonderful LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ - libpng15.so:${PORTSDIR}/graphics/png + libpng.so:${PORTSDIR}/graphics/png BUILD_DEPENDS= ${LOCALBASE}/include/boost/bind.hpp:${PORTSDIR}/devel/boost-libs USES= cmake gettext diff --git a/devel/libslang2/Makefile b/devel/libslang2/Makefile index b96d187ffff3..ab954ff9b50a 100644 --- a/devel/libslang2/Makefile +++ b/devel/libslang2/Makefile @@ -41,7 +41,7 @@ PORTDOCS= * PCRE_CONFIGURE_WITH= pcre PCRE_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre PNG_CONFIGURE_WITH= png -PNG_LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png +PNG_LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png ICONV_USES= iconv ONIG_CONFIGURE_WITH= onig ONIG_LIB_DEPENDS= libonig.so:${PORTSDIR}/devel/oniguruma4 diff --git a/devel/libzvbi/Makefile b/devel/libzvbi/Makefile index 9694c26adbf4..6f82e9d4edb1 100644 --- a/devel/libzvbi/Makefile +++ b/devel/libzvbi/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME:S/lib//}-${PORTVERSION} MAINTAINER= oliver@FreeBSD.org COMMENT= Routines to access raw VBI capture devices -LIB_DEPENDS+= libpng15.so:${PORTSDIR}/graphics/png \ +LIB_DEPENDS+= libpng.so:${PORTSDIR}/graphics/png \ libunicode.so:${PORTSDIR}/devel/libunicode USES= gettext libtool pathfix pkgconfig tar:bzip2 diff --git a/devel/p5-SDL/Makefile b/devel/p5-SDL/Makefile index f74fba409641..496baf4925fb 100644 --- a/devel/p5-SDL/Makefile +++ b/devel/p5-SDL/Makefile @@ -14,7 +14,7 @@ COMMENT= Perl Bindings for SDL LICENSE= GPLv2 BUILD_DEPENDS= p5-Alien-SDL>=1.426:${PORTSDIR}/devel/p5-Alien-SDL -LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ libtiff.so:${PORTSDIR}/graphics/tiff \ libsmpeg.so:${PORTSDIR}/multimedia/smpeg diff --git a/devel/synfig/Makefile b/devel/synfig/Makefile index f51b29adb871..f0015000f7e6 100644 --- a/devel/synfig/Makefile +++ b/devel/synfig/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libboost_program_options.so:${PORTSDIR}/devel/boost-libs \ libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ libmng.so:${PORTSDIR}/graphics/libmng \ - libpng15.so:${PORTSDIR}/graphics/png \ + libpng.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff \ libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \ libdv.so:${PORTSDIR}/multimedia/libdv diff --git a/devel/tex-web2c/Makefile b/devel/tex-web2c/Makefile index 435a63d63827..d3be1f5200fa 100644 --- a/devel/tex-web2c/Makefile +++ b/devel/tex-web2c/Makefile @@ -12,7 +12,7 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= TeX implementation translating WEB to C LIB_DEPENDS= libopenjpeg.so:${PORTSDIR}/graphics/openjpeg15 \ - libpng15.so:${PORTSDIR}/graphics/png \ + libpng.so:${PORTSDIR}/graphics/png \ libzzip.so:${PORTSDIR}/devel/zziplib USE_TEX= kpathsea |