diff options
author | ache <ache@FreeBSD.org> | 2001-09-11 11:32:41 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-09-11 11:32:41 +0800 |
commit | 1eef012a40dcc8cbf3e7296c341f7e26703f89d4 (patch) | |
tree | ba18ff967dd7709fc780872a2bf6c4ea7f554c5f /games | |
parent | ed6c5c7e0dd17182b15410ac5173ebf0ce1edb20 (diff) | |
download | freebsd-ports-gnome-1eef012a40dcc8cbf3e7296c341f7e26703f89d4.tar.gz freebsd-ports-gnome-1eef012a40dcc8cbf3e7296c341f7e26703f89d4.tar.zst freebsd-ports-gnome-1eef012a40dcc8cbf3e7296c341f7e26703f89d4.zip |
Bump png major
Diffstat (limited to 'games')
-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 |