aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2003-12-10 21:38:42 +0800
committerfjoe <fjoe@FreeBSD.org>2003-12-10 21:38:42 +0800
commit981d594aeb5296c181d8dd102afb19745bf5159c (patch)
tree0e1488775883f402a4a600da7a2f9e98d5ed440e /math
parentf7afdda6ecbac46a800b0fbc4430bc563843523e (diff)
downloadfreebsd-ports-gnome-981d594aeb5296c181d8dd102afb19745bf5159c.tar.gz
freebsd-ports-gnome-981d594aeb5296c181d8dd102afb19745bf5159c.tar.zst
freebsd-ports-gnome-981d594aeb5296c181d8dd102afb19745bf5159c.zip
USE_MESA -> USE_GL
Diffstat (limited to 'math')
-rw-r--r--math/yacas/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/yacas/Makefile b/math/yacas/Makefile
index 188387718bac..92aa0b55a7d6 100644
--- a/math/yacas/Makefile
+++ b/math/yacas/Makefile
@@ -40,8 +40,8 @@ PLIST_SUB+= GMP="@comment " NOGMP=""
.endif
.if defined(WITH_X11)
-USE_MESA= yes
-CONFIGURE_ARGS+= --with-x
+USE_GL= yes
+CONFIGURE_ARGS+=--with-x
PLIST_SUB+= X11=""
CPPFLAGS+= -I${X11BASE}/include
LDFLAGS+= -L${X11BASE}/lib