diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-05-28 12:32:21 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-05-28 12:32:21 +0000 |
commit | 942ca9510327a305bfe730f0a740303416f32151 (patch) | |
tree | 502fd6c1ca9a0922248ee3e0947ef2b99817ee4c /x11 | |
parent | 31126a2273f467a6f7509975fa6de2f516d28bc8 (diff) | |
download | ports-942ca9510327a305bfe730f0a740303416f32151.tar.gz ports-942ca9510327a305bfe730f0a740303416f32151.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-qt4-opengl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/py-qt4-opengl/Makefile b/x11/py-qt4-opengl/Makefile index ba6dc97aab65..43c474d40956 100644 --- a/x11/py-qt4-opengl/Makefile +++ b/x11/py-qt4-opengl/Makefile @@ -12,8 +12,9 @@ CONFIGURE_ARGS= --enable QtOpenGL PYQT_DIST= yes USES= python pyqt:4 -USE_PYQT= sip_build gui_run -USE_QT4= moc_build opengl qmake_build +USE_GL= gl +USE_PYQT= sip_build core_run gui_run +USE_QT4= corelib gui opengl moc_build qmake_build OPTIONS_DEFINE= API DEBUG OPTIONS_DEFAULT=API |