diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-01 06:15:16 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-01 06:15:16 +0000 |
commit | 64139459a31b57ee911691895c71c98b539db597 (patch) | |
tree | b4ed26a6410a83444d341ceaf3629e6617e798db /games/atr3d | |
parent | d84ad3cbde7e7df0aa59ac575926488dcdcf50af (diff) | |
download | ports-64139459a31b57ee911691895c71c98b539db597.tar.gz ports-64139459a31b57ee911691895c71c98b539db597.zip |
Notes
Diffstat (limited to 'games/atr3d')
-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 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 |