aboutsummaryrefslogtreecommitdiff
path: root/lang/gambas2-base
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2009-07-14 13:48:11 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2009-07-14 13:48:11 +0000
commit36234a66edb7eab2350f1221445c16c2216c14ed (patch)
tree14fea934da9ff682841559f7ac8f4f72a1cca82f /lang/gambas2-base
parent78c96492b1cfe6ea56fe1c8dd1ec7f474625f073 (diff)
downloadports-36234a66edb7eab2350f1221445c16c2216c14ed.tar.gz
ports-36234a66edb7eab2350f1221445c16c2216c14ed.zip
Notes
Diffstat (limited to 'lang/gambas2-base')
-rw-r--r--lang/gambas2-base/Makefile.components4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gambas2-base/Makefile.components b/lang/gambas2-base/Makefile.components
index 15b6d8a58f8f..5bc6b2d284af 100644
--- a/lang/gambas2-base/Makefile.components
+++ b/lang/gambas2-base/Makefile.components
@@ -109,8 +109,8 @@ BUILD_DEPENDS+= gbi2:${PORTSDIR}/lang/gambas2-base
USE_GL= gl glu
-CONFIGURE_ARGS+= --with-qtopengl-includes=${LOCALBASE}/include \
- --with-qtopengl-libraries=${LOCALBASE}/lib
+CONFIGURE_ARGS+= --with-opengl-includes=${LOCALBASE}/include \
+ --with-opengl-libraries=${LOCALBASE}/lib
.endif
.if ${PKGNAMESUFFIX} == "-gb-image"