summaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2003-12-10 13:38:42 +0000
committerfjoe <fjoe@FreeBSD.org>2003-12-10 13:38:42 +0000
commit981d594aeb5296c181d8dd102afb19745bf5159c (patch)
tree0e1488775883f402a4a600da7a2f9e98d5ed440e /math
parentf7afdda6ecbac46a800b0fbc4430bc563843523e (diff)
downloadFreeBSD-ports-981d594aeb5296c181d8dd102afb19745bf5159c.zip
FreeBSD-ports-981d594aeb5296c181d8dd102afb19745bf5159c.tar.gz
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 1883877..92aa0b5 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
OpenPOWER on IntegriCloud