aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gauche-gl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gauche-gl/Makefile')
-rw-r--r--graphics/gauche-gl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gauche-gl/Makefile b/graphics/gauche-gl/Makefile
index de26416c400b..3fe20a963a02 100644
--- a/graphics/gauche-gl/Makefile
+++ b/graphics/gauche-gl/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gl
-PORTVERSION= 0.4.1
-PORTREVISION= 2
+PORTVERSION= 0.4.2
CATEGORIES= graphics scheme
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gauche
@@ -24,7 +23,8 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
USE_GL= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include"
+USE_GCC= 3.4+
+CONFIGURE_ARGS= --x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib
EXAMPLESDIR= ${PREFIX}/share/examples/gauche/${PORTNAME}
DOCSDIR= ${PREFIX}/share/doc/gauche/${PORTNAME}