diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-10 18:25:53 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-10 18:25:53 +0000 |
commit | ac8fb41b8e0afdf06a34d012a6f74e37e667df20 (patch) | |
tree | 1eecc6b5d1b3e9f9ecf7c218f8f9da7438538a8c /graphics/gauche-gl | |
parent | 6df3680bab56d08b9221f55df88129b2b8ffc2ca (diff) |
Notes
Diffstat (limited to 'graphics/gauche-gl')
-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" |