summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-07-01 06:15:16 +0000
committerkrion <krion@FreeBSD.org>2004-07-01 06:15:16 +0000
commita2677a97a5f7ee1db4d14cfa52ac72bd28720d56 (patch)
treea6b8945bdcfc526031984dbfe816cc981037b7e0 /games
parent8cf698f8da788d0692f726e413588ba3f93831ac (diff)
downloadFreeBSD-ports-a2677a97a5f7ee1db4d14cfa52ac72bd28720d56.zip
FreeBSD-ports-a2677a97a5f7ee1db4d14cfa52ac72bd28720d56.tar.gz
Add missing dependency
Reported by: pointyhat via kris
Diffstat (limited to 'games')
-rw-r--r--games/atr3d/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/atr3d/Makefile b/games/atr3d/Makefile
index 2ed68d7..74c2e3e 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
OpenPOWER on IntegriCloud