diff options
-rw-r--r-- | lang/gambas2-base/Makefile.components | 4 |
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" |