diff options
author | ache <ache@FreeBSD.org> | 2001-09-11 10:50:07 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-09-11 10:50:07 +0800 |
commit | eba203ae074daf941d4100fbbbb3e33160a57918 (patch) | |
tree | ba4bc3cf38f0bd660978ddfbbd5ba61ae4ae27ec /devel | |
parent | 99923fa99ba4aa31165a8e929806b2d9c055a4d5 (diff) | |
download | freebsd-ports-gnome-eba203ae074daf941d4100fbbbb3e33160a57918.tar.gz freebsd-ports-gnome-eba203ae074daf941d4100fbbbb3e33160a57918.tar.zst freebsd-ports-gnome-eba203ae074daf941d4100fbbbb3e33160a57918.zip |
Bump png major
Diffstat (limited to 'devel')
-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 \ |