diff options
author | makc <makc@FreeBSD.org> | 2012-05-25 09:44:04 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2012-05-25 09:44:04 +0800 |
commit | 043ee24869514b2adbc457f8d1e5dbc4589eb13f (patch) | |
tree | 11ad620ca744aca044f1b68ce2bd739fa1bcfbc2 /x11/qt4-opengl | |
parent | a0ad378060dbd0c33041cbcd97143a95911f29be (diff) | |
download | freebsd-ports-gnome-043ee24869514b2adbc457f8d1e5dbc4589eb13f.tar.gz freebsd-ports-gnome-043ee24869514b2adbc457f8d1e5dbc4589eb13f.tar.zst freebsd-ports-gnome-043ee24869514b2adbc457f8d1e5dbc4589eb13f.zip |
KDE/FreeBSD team presents Qt 4.8.1 in ports!
Diffstat (limited to 'x11/qt4-opengl')
-rw-r--r-- | x11/qt4-opengl/Makefile | 2 | ||||
-rw-r--r-- | x11/qt4-opengl/pkg-plist | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/x11/qt4-opengl/Makefile b/x11/qt4-opengl/Makefile index 4138ca6666f5..8c733042cc92 100644 --- a/x11/qt4-opengl/Makefile +++ b/x11/qt4-opengl/Makefile @@ -22,7 +22,7 @@ MAKE_JOBS_SAFE= yes HAS_CONFIGURE= yes USE_LDCONFIG= ${PREFIX}/lib/qt4 -USE_GL= glu +USE_GL= gl USE_XORG= x11 ALL_TARGET= first diff --git a/x11/qt4-opengl/pkg-plist b/x11/qt4-opengl/pkg-plist index 787b7289bee1..7b9ad0d35b90 100644 --- a/x11/qt4-opengl/pkg-plist +++ b/x11/qt4-opengl/pkg-plist @@ -3,6 +3,7 @@ include/qt4/Qt/qgl.h include/qt4/Qt/qglbuffer.h include/qt4/Qt/qglcolormap.h include/qt4/Qt/qglframebufferobject.h +include/qt4/Qt/qglfunctions.h include/qt4/Qt/qglpixelbuffer.h include/qt4/Qt/qglscreen_qws.h include/qt4/Qt/qglshaderprogram.h @@ -12,6 +13,8 @@ include/qt4/QtOpenGL/QGLContext include/qt4/QtOpenGL/QGLFormat include/qt4/QtOpenGL/QGLFramebufferObject include/qt4/QtOpenGL/QGLFramebufferObjectFormat +include/qt4/QtOpenGL/QGLFunctions +include/qt4/QtOpenGL/QGLFunctionsPrivate include/qt4/QtOpenGL/QGLPixelBuffer include/qt4/QtOpenGL/QGLScreen include/qt4/QtOpenGL/QGLScreenSurfaceFunctions @@ -27,6 +30,7 @@ include/qt4/QtOpenGL/qgl.h include/qt4/QtOpenGL/qglbuffer.h include/qt4/QtOpenGL/qglcolormap.h include/qt4/QtOpenGL/qglframebufferobject.h +include/qt4/QtOpenGL/qglfunctions.h include/qt4/QtOpenGL/qglpixelbuffer.h include/qt4/QtOpenGL/qglscreen_qws.h include/qt4/QtOpenGL/qglshaderprogram.h |