diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-07-04 15:13:35 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-07-04 15:13:35 +0800 |
commit | 74a1518134fb8879cca1b1029853296ca20154df (patch) | |
tree | e927d0d202a283b214983d8187d323a459fa6d9e /games/gracer | |
parent | d5d1f805e48010e7651e00a161f834b0a5d83842 (diff) | |
download | freebsd-ports-gnome-74a1518134fb8879cca1b1029853296ca20154df.tar.gz freebsd-ports-gnome-74a1518134fb8879cca1b1029853296ca20154df.tar.zst freebsd-ports-gnome-74a1518134fb8879cca1b1029853296ca20154df.zip |
Bump png shared library version.
Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
Diffstat (limited to 'games/gracer')
-rw-r--r-- | games/gracer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |