diff options
author | avilla <avilla@FreeBSD.org> | 2011-10-17 06:45:18 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2011-10-17 06:45:18 +0800 |
commit | 34c6bbc6d54401b27150021cc9598236851ab575 (patch) | |
tree | b40d1c8d95d87c1ed02dbda996a9e576cc07285f /net-im | |
parent | 7cfcd7bfa5d7dd3820de51c5ae4b0e4a25a97ba3 (diff) | |
download | freebsd-ports-gnome-34c6bbc6d54401b27150021cc9598236851ab575.tar.gz freebsd-ports-gnome-34c6bbc6d54401b27150021cc9598236851ab575.tar.zst freebsd-ports-gnome-34c6bbc6d54401b27150021cc9598236851ab575.zip |
- Add dependency on qt4-gui.
- Bump PORTREVISION.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/decibel/Makefile | 4 | ||||
-rw-r--r-- | net-im/telepathy-qt4/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net-im/decibel/Makefile b/net-im/decibel/Makefile index 910759368c66..beb1f3105863 100644 --- a/net-im/decibel/Makefile +++ b/net-im/decibel/Makefile @@ -6,7 +6,7 @@ PORTNAME= decibel PORTVERSION= 0.5.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net-im MASTER_SITES= http://decibel.kde.org/fileadmin/downloads/decibel/releases/ @@ -16,7 +16,7 @@ COMMENT= Realtime communications framework LIB_DEPENDS= QtTapioca.0:${PORTSDIR}/net-im/tapioca-qt USE_QT_VER= 4 -QT_COMPONENTS= xml dbus qtestlib qmake_build moc_build uic_build rcc_build +QT_COMPONENTS= xml dbus gui qtestlib qmake_build moc_build uic_build rcc_build USE_LDCONFIG= yes USE_CMAKE= yes diff --git a/net-im/telepathy-qt4/Makefile b/net-im/telepathy-qt4/Makefile index 0b73b7d32daf..ac626a333467 100644 --- a/net-im/telepathy-qt4/Makefile +++ b/net-im/telepathy-qt4/Makefile @@ -6,6 +6,7 @@ PORTNAME= telepathy-qt4 PORTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ @@ -22,7 +23,7 @@ BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt USE_GNOME= pkgconfig USE_PYTHON_BUILD= 2.5+ USE_QT_VER= 4 -QT_COMPONENTS= corelib dbus network xml qtestlib_build \ +QT_COMPONENTS= dbus gui network qtestlib_build xml \ moc_build qmake_build rcc_build uic_build MAKE_JOBS_SAFE= yes USE_CMAKE= yes |