diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-05-26 00:11:24 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-05-26 00:11:24 +0800 |
commit | ddf26109b629bb80f35b46eefaccac274b7ca72e (patch) | |
tree | 98ffb882dd8468cf90e5cb89bd5333132f902db3 /games | |
parent | 315e4a3300e3471674c8e97105c341f84cfde13d (diff) | |
download | freebsd-ports-gnome-ddf26109b629bb80f35b46eefaccac274b7ca72e.tar.gz freebsd-ports-gnome-ddf26109b629bb80f35b46eefaccac274b7ca72e.tar.zst freebsd-ports-gnome-ddf26109b629bb80f35b46eefaccac274b7ca72e.zip |
Add a missed png dependency.
Reported by: bento
Diffstat (limited to 'games')
-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 02911d2d06d7..dc555c8f0ddd 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="" |