From 1c1a11b14d20867718f4144a0fb0fe598c2454af Mon Sep 17 00:00:00 2001 From: rakuco Date: Mon, 21 May 2012 16:42:45 +0000 Subject: Explicitly depend on libGLU and qt4-opengl. glu is needed by the viewer plugins, which are always assumed to be built. Since Qt 4.8.0 [1], qt4-opengl (which was being depended on implicitly) has stopped depending on it, so ports need to be adjusted. PORTREVISION bumped due to the dependency list changes. [1] http://qt.gitorious.org/qt/qt/commit/e7eed096a0c33607a7a37baaf06e5952dc9d556b Approved by: miwi (Qt 4.8.1 exp-run) --- graphics/kipi-plugins-kde4/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/graphics/kipi-plugins-kde4/Makefile b/graphics/kipi-plugins-kde4/Makefile index df9077db2848..b12bf50a5235 100644 --- a/graphics/kipi-plugins-kde4/Makefile +++ b/graphics/kipi-plugins-kde4/Makefile @@ -7,7 +7,7 @@ PORTNAME= kipi-plugins PORTVERSION= 1.9.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= graphics kde MASTER_SITES= SF/kipi/${PORTNAME}/${PORTVERSION} @@ -28,9 +28,10 @@ LATEST_LINK= ${PORTNAME}-kde4 USE_BZIP2= yes USE_CMAKE= yes USE_GETTEXT= yes +USE_GL= glu USE_KDE4= automoc4 kdehier kdeprefix kdelibs USE_QT_VER= 4 -QT_COMPONENTS= gui dbus network svg xml \ +QT_COMPONENTS= gui dbus network svg xml opengl \ qmake_build moc_build rcc_build uic_build USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes -- cgit