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