diff options
Diffstat (limited to 'graphics/qt5-opengl/Makefile')
-rw-r--r-- | graphics/qt5-opengl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/qt5-opengl/Makefile b/graphics/qt5-opengl/Makefile index 5194184c2245..8769038a9b31 100644 --- a/graphics/qt5-opengl/Makefile +++ b/graphics/qt5-opengl/Makefile @@ -9,7 +9,7 @@ COMMENT= Qt 5-compatible OpenGL support module USES= compiler:c++11-lang gl perl5 qmake:no_env qt-dist:5,base USE_GL= gl USE_PERL5= extract -USE_QT= core gui widgets qmake_build buildtools_build +USE_QT= core gui widgets qmake:build buildtools:build HAS_CONFIGURE= yes BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME} |