diff options
author | rakuco <rakuco@FreeBSD.org> | 2012-05-22 07:19:39 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2012-05-22 07:19:39 +0800 |
commit | de38e0d0874bcc7f991e0812c4658ba9f2df5b81 (patch) | |
tree | c3bee5ad1cdd9ce94efdcd7d325580aa2f1cee1f /polish/kadu | |
parent | 30cd7bd68a2a65f7bd969b1b128fbbcb95bb5330 (diff) | |
download | freebsd-ports-gnome-de38e0d0874bcc7f991e0812c4658ba9f2df5b81.tar.gz freebsd-ports-gnome-de38e0d0874bcc7f991e0812c4658ba9f2df5b81.tar.zst freebsd-ports-gnome-de38e0d0874bcc7f991e0812c4658ba9f2df5b81.zip |
Explicitly depend on phonon.
This is needed for the port to build with the upcoming Qt 4.8.x update: phonon
is needed by a plugin, and was probably brought implicitly before.
Bump PORTREVISION since the dependency list has changed.
Approved by: miwi (Qt 4.8.1 exp-run)
Diffstat (limited to 'polish/kadu')
-rw-r--r-- | polish/kadu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile index 3f92d03ad8a0..e610ebbf5b97 100644 --- a/polish/kadu/Makefile +++ b/polish/kadu/Makefile @@ -7,6 +7,7 @@ PORTNAME= kadu PORTVERSION= 0.11.3 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= polish net-im MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/:kadu \ @@ -46,7 +47,7 @@ CMAKE_ARGS= -DKADU_VERSION:STRING="${DISTVERSION}" -DWITH_ENCHANT=ON MAKE_JOBS_SAFE= yes USE_QT_VER= 4 -QT_COMPONENTS= dbus gui network script scripttools webkit xml \ +QT_COMPONENTS= dbus gui network script scripttools webkit xml phonon \ linguist_build moc_build qmake_build rcc_build uic_build \ imageformats_run sql-sqlite3_run WANT_GNOME= yes |