summaryrefslogtreecommitdiff
path: root/polish
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2012-05-21 23:19:39 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2012-05-21 23:19:39 +0000
commit395d704450f5c029a3d75b6b090fd65292164a8d (patch)
tree08fc89819af557cbf19ec8aa7753ec6c0a356027 /polish
parentUpdate to 1.12.2. (diff)
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)
Notes
Notes: svn path=/head/; revision=297150
Diffstat (limited to 'polish')
-rw-r--r--polish/kadu/Makefile3
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