summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-05-25 16:11:24 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-05-25 16:11:24 +0000
commit6222217c477458af7ea7b6812165deab4ccb8b83 (patch)
treeaa7b382ba594964106f153dffe3d9ee14d9363c0 /games
parentFix a stupid patch breakage and unbreak port for gcc-2.95. (diff)
Add a missed png dependency.
Reported by: bento
Notes
Notes: svn path=/head/; revision=28752
Diffstat (limited to 'games')
-rw-r--r--games/gltron/Makefile3
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=""