diff options
author | krion <krion@FreeBSD.org> | 2004-07-01 06:15:16 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-07-01 06:15:16 +0000 |
commit | a2677a97a5f7ee1db4d14cfa52ac72bd28720d56 (patch) | |
tree | a6b8945bdcfc526031984dbfe816cc981037b7e0 /games | |
parent | 8cf698f8da788d0692f726e413588ba3f93831ac (diff) | |
download | FreeBSD-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/Makefile | 5 |
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 |