summaryrefslogtreecommitdiff
path: root/games/atr3d
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-07-01 06:15:16 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-07-01 06:15:16 +0000
commit64139459a31b57ee911691895c71c98b539db597 (patch)
treeb4ed26a6410a83444d341ceaf3629e6617e798db /games/atr3d
parent- Update to 2.0.50 (diff)
Add missing dependency
Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=112642
Diffstat (limited to 'games/atr3d')
-rw-r--r--games/atr3d/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/atr3d/Makefile b/games/atr3d/Makefile
index 2ed68d7a6cec..74c2e3e09e8b 100644
--- a/games/atr3d/Makefile
+++ b/games/atr3d/Makefile
@@ -7,7 +7,7 @@
PORTNAME= atr3d
PORTVERSION= 0.6
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= ftp://ftp.avoidtheroid.com/pub/${PORTNAME}/
DISTNAME= ${PORTNAME}_source_${PORTVERSION}
@@ -16,7 +16,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= krion@FreeBSD.org
COMMENT= 3D asteroids-like multiplayer game
-LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal
+LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \
+ glut.3:${PORTSDIR}/graphics/libglut
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config