diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2010-04-27 21:58:27 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2010-04-27 21:58:27 +0000 |
commit | 805405e3964a2085115a4bf50e79a34c71503d3b (patch) | |
tree | ee5451fa7080b87e26fda61d66c845b257fdbb3d /editors/koffice-kde4/Makefile | |
parent | - Update to 1.3.6 (diff) |
- Add glew to the list of supported USE_GL variables
- Patch ports depending on GLEW directly
Approved by: portmgr (pav)
Notes
Notes:
svn path=/head/; revision=253358
Diffstat (limited to 'editors/koffice-kde4/Makefile')
-rw-r--r-- | editors/koffice-kde4/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/koffice-kde4/Makefile b/editors/koffice-kde4/Makefile index 424175514c30..692c4b13765d 100644 --- a/editors/koffice-kde4/Makefile +++ b/editors/koffice-kde4/Makefile @@ -33,7 +33,6 @@ LIB_DEPENDS= GraphicsMagick++.1:${PORTSDIR}/graphics/GraphicsMagick \ qimageblitz.4:${PORTSDIR}/x11/qimageblitz \ boost_thread.4:${PORTSDIR}/devel/boost-libs \ qca.2:${PORTSDIR}/devel/qca \ - GLEW.1:${PORTSDIR}/graphics/glew \ gsl:${PORTSDIR}/math/gsl \ wv2.4:${PORTSDIR}/textproc/wv2 \ kipi.6:${PORTSDIR}/graphics/kdegraphics4 @@ -46,7 +45,7 @@ USE_KDE4= kdelibs pimlibs kdehier kdeprefix sharedmime automoc4 USE_QT_VER= 4 QT_COMPONENTS= corelib phonon qmake_build moc_build porting_build rcc_build uic_build \ uic3_build -USE_GL= glut +USE_GL= glut glew USE_LDCONFIG= yes CMAKE_VERBOSE= yes |