diff options
author | daichi <daichi@FreeBSD.org> | 2003-06-26 15:29:16 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-06-26 15:29:16 +0800 |
commit | f628279010b7bf1eda44ffc93b7a51c9e46b5646 (patch) | |
tree | 2c0610b4904f517b99769a0a1a71f1ceb91e296e /games/gl-117/Makefile | |
parent | 7f5d4e985ce7f828e20a5f3a75330c17e95f88b5 (diff) | |
download | freebsd-ports-gnome-f628279010b7bf1eda44ffc93b7a51c9e46b5646.tar.gz freebsd-ports-gnome-f628279010b7bf1eda44ffc93b7a51c9e46b5646.tar.zst freebsd-ports-gnome-f628279010b7bf1eda44ffc93b7a51c9e46b5646.zip |
uUpdate games/gl-117 0.8.8 -> 0.9
PR: 53514
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
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 |