diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-09-11 02:50:07 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-09-11 02:50:07 +0000 |
commit | d2a574cd84beadb78b14387a431e343f53019089 (patch) | |
tree | f34dcd6397341ba0ebd7468c5bcdfa7c05e3e520 | |
parent | Bump png major (diff) |
Bump png major
Notes
Notes:
svn path=/head/; revision=47628
-rw-r--r-- | devel/clanlib-devel/Makefile | 2 | ||||
-rw-r--r-- | devel/clanlib/Makefile | 2 | ||||
-rw-r--r-- | devel/cvsgraph/Makefile | 2 | ||||
-rw-r--r-- | devel/libuta/Makefile | 2 | ||||
-rw-r--r-- | devel/swarm/Makefile | 2 | ||||
-rw-r--r-- | devel/wftk/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/devel/clanlib-devel/Makefile b/devel/clanlib-devel/Makefile index fbcc11a78a8a..ac729329e251 100644 --- a/devel/clanlib-devel/Makefile +++ b/devel/clanlib-devel/Makefile @@ -15,7 +15,7 @@ DISTNAME= ClanLib-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org LIB_DEPENDS= Hermes.1:${PORTSDIR}/graphics/Hermes \ - png.4:${PORTSDIR}/graphics/png \ + png.5:${PORTSDIR}/graphics/png \ vga.1:${PORTSDIR}/graphics/svgalib .if defined(WITHOUT_GL) diff --git a/devel/clanlib/Makefile b/devel/clanlib/Makefile index fbcc11a78a8a..ac729329e251 100644 --- a/devel/clanlib/Makefile +++ b/devel/clanlib/Makefile @@ -15,7 +15,7 @@ DISTNAME= ClanLib-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org LIB_DEPENDS= Hermes.1:${PORTSDIR}/graphics/Hermes \ - png.4:${PORTSDIR}/graphics/png \ + png.5:${PORTSDIR}/graphics/png \ vga.1:${PORTSDIR}/graphics/svgalib .if defined(WITHOUT_GL) diff --git a/devel/cvsgraph/Makefile b/devel/cvsgraph/Makefile index 7fb664143e93..f01ef8467266 100644 --- a/devel/cvsgraph/Makefile +++ b/devel/cvsgraph/Makefile @@ -14,7 +14,7 @@ MAINTAINER= trevor@FreeBSD.org LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.4:${PORTSDIR}/graphics/png + png.5:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/devel/libuta/Makefile b/devel/libuta/Makefile index 54eaa8a2c126..98b660d47687 100644 --- a/devel/libuta/Makefile +++ b/devel/libuta/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= lehmann@ans-netz.de -LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ ttf.4:${PORTSDIR}/print/freetype \ sigc.1:${PORTSDIR}/devel/libsigc++ \ SDL-1.1.3:${PORTSDIR}/devel/sdl12 \ diff --git a/devel/swarm/Makefile b/devel/swarm/Makefile index 562409b44af9..0d9027816db6 100644 --- a/devel/swarm/Makefile +++ b/devel/swarm/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.santafe.edu/pub/swarm/src/swarm/ MAINTAINER= horance@freedom.ie.cycu.edu.tw LIB_DEPENDS= ffi.2:${PORTSDIR}/devel/libffi \ - png.4:${PORTSDIR}/graphics/png \ + png.5:${PORTSDIR}/graphics/png \ BLT24.2:${PORTSDIR}/x11-toolkits/blt USE_GMAKE= yes diff --git a/devel/wftk/Makefile b/devel/wftk/Makefile index 54eaa8a2c126..98b660d47687 100644 --- a/devel/wftk/Makefile +++ b/devel/wftk/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= lehmann@ans-netz.de -LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ ttf.4:${PORTSDIR}/print/freetype \ sigc.1:${PORTSDIR}/devel/libsigc++ \ SDL-1.1.3:${PORTSDIR}/devel/sdl12 \ |