diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2012-05-21 16:42:45 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2012-05-21 16:42:45 +0000 |
commit | 89b97306412179907a5466575c3e5231222163cb (patch) | |
tree | 377f4081d1420ae16ace0d68788f21a9c84a53fa /graphics/kipi-plugins-kde4 | |
parent | 0fd61457c2e2d83278c4c263a78255fc39444f94 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=297126
Diffstat (limited to 'graphics/kipi-plugins-kde4')
-rw-r--r-- | graphics/kipi-plugins-kde4/Makefile | 5 |
1 files 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 |