aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2005-02-21 22:52:06 +0800
committerfjoe <fjoe@FreeBSD.org>2005-02-21 22:52:06 +0800
commit0b4ffdbe87959106f2c4617ef4b0b4fc321176de (patch)
tree52fc60210153031d13daefecc45d6de4f812a226 /games
parent1bba01322e60edf1e7b54d832f14812fe6f94008 (diff)
downloadfreebsd-ports-gnome-0b4ffdbe87959106f2c4617ef4b0b4fc321176de.tar.gz
freebsd-ports-gnome-0b4ffdbe87959106f2c4617ef4b0b4fc321176de.tar.zst
freebsd-ports-gnome-0b4ffdbe87959106f2c4617ef4b0b4fc321176de.zip
USE_MESA -> USE_GL
Approved by: MAINTAINER
Diffstat (limited to 'games')
-rw-r--r--games/glchess/Makefile2
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}"