diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-06-26 07:29:16 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-06-26 07:29:16 +0000 |
commit | 1b044acb993824138c29ea4c98d7387d4b670e46 (patch) | |
tree | 5b801d0523c8370a2d2eba41f62cd8919c278cb6 /games/gl-117/Makefile | |
parent | edb3aade8f528878cf63c687879957d95db3ac67 (diff) |
Notes
Diffstat (limited to 'games/gl-117/Makefile')
-rw-r--r-- | games/gl-117/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/gl-117/Makefile b/games/gl-117/Makefile index e37ebeb02a4c..aa6d7898bed8 100644 --- a/games/gl-117/Makefile +++ b/games/gl-117/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gl-117 -PORTVERSION= 0.8.8 +PORTVERSION= 0.9 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= erik@smluc.org COMMENT= An OpenGL & SDL action flight simulator -LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer +LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer\ + glut.3:${PORTSDIR}/graphics/Mesa3 SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config |