diff options
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 |