diff options
author | krion <krion@FreeBSD.org> | 2004-06-11 02:24:40 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-06-11 02:24:40 +0800 |
commit | 03a3ea163b68c44be7643458dfa4898013fa2fc7 (patch) | |
tree | a943496c48036941de739d38dc5607bb45840fc5 /games/gl-117 | |
parent | 618705f4f55bda1db6093797b17ff0f256979167 (diff) | |
download | freebsd-ports-gnome-03a3ea163b68c44be7643458dfa4898013fa2fc7.tar.gz freebsd-ports-gnome-03a3ea163b68c44be7643458dfa4898013fa2fc7.tar.zst freebsd-ports-gnome-03a3ea163b68c44be7643458dfa4898013fa2fc7.zip |
- Utilize USE_GL
PR: ports/67801
Submitted by: maintainer
Diffstat (limited to 'games/gl-117')
-rw-r--r-- | games/gl-117/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gl-117/Makefile b/games/gl-117/Makefile index 5a7d161ca052..3a26f66219f0 100644 --- a/games/gl-117/Makefile +++ b/games/gl-117/Makefile @@ -19,7 +19,7 @@ COMMENT= An OpenGL & SDL action flight simulator WRKSRC= ${WRKDIR}/${DISTNAME}-src USE_SDL= mixer sdl -USE_MESA= yes +USE_GL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --x-include=${X11BASE}/include \ --x-libraries=${X11BASE}/lib \ |