summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-07-04 07:13:35 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-07-04 07:13:35 +0000
commit6db96c05006f9dc75e9717730eb1a12a7476f363 (patch)
tree0b0138a6c6fb473a21e0292bbb3459d380585f98 /games
parentAdd tiff2png, a TIFF-to-PNG image converter. (diff)
Bump png shared library version.
Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
Notes
Notes: svn path=/head/; revision=30165
Diffstat (limited to 'games')
-rw-r--r--games/gltron/Makefile2
-rw-r--r--games/gracer/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/games/gltron/Makefile b/games/gltron/Makefile
index dc555c8f0ddd..7dcbe0ace7b2 100644
--- a/games/gltron/Makefile
+++ b/games/gltron/Makefile
@@ -14,7 +14,7 @@ MAINTAINER= will@FreeBSD.org
LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \
glut.3:${PORTSDIR}/graphics/Mesa3 \
- png.3:${PORTSDIR}/graphics/png
+ png.4:${PORTSDIR}/graphics/png
.if defined(NO_SOUND)
SOUND=""
diff --git a/games/gracer/Makefile b/games/gracer/Makefile
index bcb8ee4a6977..943308beb8ee 100644
--- a/games/gracer/Makefile
+++ b/games/gracer/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= nox@jelal.kn-bremen.de
BUILD_DEPENDS= ${X11BASE}/lib/libsl.a:${PORTSDIR}/x11-toolkits/plib
LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3 \
ungif.5:${PORTSDIR}/graphics/libungif \
- png.3:${PORTSDIR}/graphics/png \
+ png.4:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg \
tcl82.1:${PORTSDIR}/lang/tcl82