diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-09-11 03:32:41 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-09-11 03:32:41 +0000 |
commit | 5676988fbdae24508f808f1482546e67a8ca7303 (patch) | |
tree | fafee761f2f4f28526f5fb1dda8a5e2f94321c9a /games | |
parent | Bump png major (diff) |
Bump png major
Notes
Notes:
svn path=/head/; revision=47630
Diffstat (limited to '')
-rw-r--r-- | games/freesci/Makefile | 2 | ||||
-rw-r--r-- | games/gltron/Makefile | 2 | ||||
-rw-r--r-- | games/gracer/Makefile | 2 | ||||
-rw-r--r-- | games/penguin-command/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/games/freesci/Makefile b/games/freesci/Makefile index 9a4c1a733b79..ba0b6e9cf8af 100644 --- a/games/freesci/Makefile +++ b/games/freesci/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.task.gda.pl/pub/games/linuxgames/freesci/ \ MAINTAINER= greid@FreeBSD.org LIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi \ - png.4:${PORTSDIR}/graphics/png + png.5:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes diff --git a/games/gltron/Makefile b/games/gltron/Makefile index bc32b8ceba9e..7347063ab035 100644 --- a/games/gltron/Makefile +++ b/games/gltron/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ SDL_net.0:${PORTSDIR}/net/sdl_net \ - png.4:${PORTSDIR}/graphics/png + png.5:${PORTSDIR}/graphics/png SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config diff --git a/games/gracer/Makefile b/games/gracer/Makefile index 42342c246978..7f0412c0aa11 100644 --- a/games/gracer/Makefile +++ b/games/gracer/Makefile @@ -15,7 +15,7 @@ MAINTAINER= nox@jelal.kn-bremen.de BUILD_DEPENDS= ${X11BASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \ - png.4:${PORTSDIR}/graphics/png \ + png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ tcl82.1:${PORTSDIR}/lang/tcl82 diff --git a/games/penguin-command/Makefile b/games/penguin-command/Makefile index 58390f1922b6..5e74f5e4466a 100644 --- a/games/penguin-command/Makefile +++ b/games/penguin-command/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.linux-games.com/penguin-command/ MAINTAINER= markp@FreeBSD.org LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ - png.4:${PORTSDIR}/graphics/png + png.5:${PORTSDIR}/graphics/png SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config |