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] e7eed096a0

Approved by:	miwi (Qt 4.8.1 exp-run)
This commit is contained in:
Raphael Kubo da Costa 2012-05-21 16:42:45 +00:00
parent 0fd61457c2
commit 89b9730641
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297126

View File

@ -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