diff options
author | rakuco <rakuco@FreeBSD.org> | 2012-05-22 00:42:45 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2012-05-22 00:42:45 +0800 |
commit | 1c1a11b14d20867718f4144a0fb0fe598c2454af (patch) | |
tree | 670174f0e62424dffba9483f2ac069b1c3294fc9 | |
parent | 46bae0e6cd9286671bd9f75c01358ae1ba5aac5f (diff) | |
download | freebsd-ports-gnome-1c1a11b14d20867718f4144a0fb0fe598c2454af.tar.gz freebsd-ports-gnome-1c1a11b14d20867718f4144a0fb0fe598c2454af.tar.zst freebsd-ports-gnome-1c1a11b14d20867718f4144a0fb0fe598c2454af.zip |
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)
-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 |