diff options
author | Max Khon <fjoe@FreeBSD.org> | 2005-02-21 14:52:06 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2005-02-21 14:52:06 +0000 |
commit | 82cfa1e1ac5829aeaade638cc5275fbc3ac74de8 (patch) | |
tree | 83729828ff1b01ac9aae6482d856540f84a85974 /games/glchess | |
parent | 8529ea3708a774cb6efca69e561414d75f82bba7 (diff) | |
download | ports-82cfa1e1ac5829aeaade638cc5275fbc3ac74de8.tar.gz ports-82cfa1e1ac5829aeaade638cc5275fbc3ac74de8.zip |
Notes
Diffstat (limited to 'games/glchess')
-rw-r--r-- | games/glchess/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/glchess/Makefile b/games/glchess/Makefile index 6de60a80dc24..0cd1e8ba9005 100644 --- a/games/glchess/Makefile +++ b/games/glchess/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea USE_X_PREFIX= yes USE_GNOME= gtk12 USE_GMAKE= yes -USE_MESA= yes +USE_GL= yes GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS} \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" |