aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2009-07-14 21:48:11 +0800
committeracm <acm@FreeBSD.org>2009-07-14 21:48:11 +0800
commite594bf2a998cd7203c35b58c42e12b9aeab535bc (patch)
tree9d8b6f2403731260761d195eeb77a806d0a80b8e /lang
parent0e3c9df9880c82dae71b6760a5a4a8dc6ae65147 (diff)
downloadfreebsd-ports-gnome-e594bf2a998cd7203c35b58c42e12b9aeab535bc.tar.gz
freebsd-ports-gnome-e594bf2a998cd7203c35b58c42e12b9aeab535bc.tar.zst
freebsd-ports-gnome-e594bf2a998cd7203c35b58c42e12b9aeab535bc.zip
- gambas2-gb-opengl: respect custom LOCALBASE/PREFIX
Reported by: QAT
Diffstat (limited to 'lang')
-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"