aboutsummaryrefslogtreecommitdiff
path: root/graphics/gauche-gl
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-06-10 18:25:53 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-06-10 18:25:53 +0000
commitac8fb41b8e0afdf06a34d012a6f74e37e667df20 (patch)
tree1eecc6b5d1b3e9f9ecf7c218f8f9da7438538a8c /graphics/gauche-gl
parent6df3680bab56d08b9221f55df88129b2b8ffc2ca (diff)
downloadports-ac8fb41b8e0afdf06a34d012a6f74e37e667df20.tar.gz
ports-ac8fb41b8e0afdf06a34d012a6f74e37e667df20.zip
- Utilize USE_GL
PR: ports/67803 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=111217
Diffstat (limited to 'graphics/gauche-gl')
-rw-r--r--graphics/gauche-gl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gauche-gl/Makefile b/graphics/gauche-gl/Makefile
index 651ca8b8def2..3ab0511c9d18 100644
--- a/graphics/gauche-gl/Makefile
+++ b/graphics/gauche-gl/Makefile
@@ -20,7 +20,7 @@ COMMENT= OpenGL binding for Gauche
BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche
RUN_DEPENDS= ${BUILD_DEPENDS}
-USE_MESA= yes
+USE_GL= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include"