diff options
author | Max Khon <fjoe@FreeBSD.org> | 2005-02-20 19:47:05 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2005-02-20 19:47:05 +0000 |
commit | 242e362d78f24d7490fd72a82a4f71cdf18e2fc1 (patch) | |
tree | e7f090dd3f6e63b0557a8ba39e0bc49c2ff89a62 /games | |
parent | cdc4c39f4afc58401d7264afdf6ed021d54b021a (diff) |
USE_MESA -> USE_GL.
Notes
Notes:
svn path=/head/; revision=129393
Diffstat (limited to 'games')
-rw-r--r-- | games/battalion/Makefile | 2 | ||||
-rw-r--r-- | games/battleball/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/battalion/Makefile b/games/battalion/Makefile index 53ca84da7305..61bf25574067 100644 --- a/games/battalion/Makefile +++ b/games/battalion/Makefile @@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/battalionSource ALL_TARGET= # empty USE_X_PREFIX= yes -USE_MESA= yes +USE_GL= yes MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" diff --git a/games/battleball/Makefile b/games/battleball/Makefile index eec50c0f5239..7ed92eb60877 100644 --- a/games/battleball/Makefile +++ b/games/battleball/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= 3D single/multiplayer military soccer game for X Window System USE_X_PREFIX= yes -USE_MESA= yes +USE_GL= yes WRKSRC= ${WRKDIR}/battleball-2.1-src MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" |