diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-05-25 16:11:24 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-05-25 16:11:24 +0000 |
commit | ddf26109b629bb80f35b46eefaccac274b7ca72e (patch) | |
tree | 98ffb882dd8468cf90e5cb89bd5333132f902db3 /games/gltron | |
parent | 315e4a3300e3471674c8e97105c341f84cfde13d (diff) | |
download | FreeBSD-ports-ddf26109b629bb80f35b46eefaccac274b7ca72e.zip FreeBSD-ports-ddf26109b629bb80f35b46eefaccac274b7ca72e.tar.gz |
Add a missed png dependency.
Reported by: bento
Diffstat (limited to 'games/gltron')
-rw-r--r-- | games/gltron/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gltron/Makefile b/games/gltron/Makefile index 02911d2..dc555c8 100644 --- a/games/gltron/Makefile +++ b/games/gltron/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= http://gltron.sourceforge.net/download/ MAINTAINER= will@FreeBSD.org LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ - glut.3:${PORTSDIR}/graphics/Mesa3 + glut.3:${PORTSDIR}/graphics/Mesa3 \ + png.3:${PORTSDIR}/graphics/png .if defined(NO_SOUND) SOUND="" |