diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-05-25 16:11:24 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-05-25 16:11:24 +0000 |
commit | 6222217c477458af7ea7b6812165deab4ccb8b83 (patch) | |
tree | aa7b382ba594964106f153dffe3d9ee14d9363c0 /games/gltron/Makefile | |
parent | 6a4a487b2173334d3019f66dccea4997551b36b5 (diff) | |
download | ports-6222217c477458af7ea7b6812165deab4ccb8b83.tar.gz ports-6222217c477458af7ea7b6812165deab4ccb8b83.zip |
Add a missed png dependency.
Reported by: bento
Notes
Notes:
svn path=/head/; revision=28752
Diffstat (limited to 'games/gltron/Makefile')
-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="" |