diff options
author | krion <krion@FreeBSD.org> | 2004-06-11 02:25:53 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-06-11 02:25:53 +0800 |
commit | 7ecf007390535754c4ad52287fef3e09de767f6a (patch) | |
tree | 1e9b0640ea89d474965d382c5f19aa7829c5e4d6 /graphics | |
parent | 03a3ea163b68c44be7643458dfa4898013fa2fc7 (diff) | |
download | freebsd-ports-gnome-7ecf007390535754c4ad52287fef3e09de767f6a.tar.gz freebsd-ports-gnome-7ecf007390535754c4ad52287fef3e09de767f6a.tar.zst freebsd-ports-gnome-7ecf007390535754c4ad52287fef3e09de767f6a.zip |
- Utilize USE_GL
PR: ports/67803
Submitted by: maintainer
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gauche-gl/Makefile | 2 |
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" |