aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2016-07-16 23:12:10 +0800
committerrakuco <rakuco@FreeBSD.org>2016-07-16 23:12:10 +0800
commitc45881b53869375eb9629cdc251476faea55cb05 (patch)
treed86e71f084405f712668b49ba6da089a869c7b9a /net-im
parentb612cded3495c386a0137d55192a13ab6015d80f (diff)
downloadfreebsd-ports-gnome-c45881b53869375eb9629cdc251476faea55cb05.tar.gz
freebsd-ports-gnome-c45881b53869375eb9629cdc251476faea55cb05.tar.zst
freebsd-ports-gnome-c45881b53869375eb9629cdc251476faea55cb05.zip
Adjust dependencies to fix `make stage-qa'.
Error: /usr/local/lib/libtelepathy-qt4-farstream.so.2.0.9.6.1 is linked to /usr/local/lib/libgobject-2.0.so.0 from devel/glib20 but it is not declared as a dependency Warning: you need USE_GNOME+=glib20 Error: /usr/local/lib/libtelepathy-qt4-farstream.so.2.0.9.6.1 is linked to /usr/local/lib/libglib-2.0.so.0 from devel/glib20 but it is not declared as a dependency Warning: you need USE_GNOME+=glib20 Error: /usr/local/lib/libtelepathy-qt4-farstream.so.2.0.9.6.1 is linked to /usr/local/lib/libintl.so.8 from devel/gettext-runtime but it is not declared as a dependency Warning: you need USES+=gettext
Diffstat (limited to 'net-im')
-rw-r--r--net-im/telepathy-qt4/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/telepathy-qt4/Makefile b/net-im/telepathy-qt4/Makefile
index 3799a385032a..002beb213438 100644
--- a/net-im/telepathy-qt4/Makefile
+++ b/net-im/telepathy-qt4/Makefile
@@ -3,6 +3,7 @@
PORTNAME= telepathy-qt4
PORTVERSION= 0.9.6.1
+PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= https://telepathy.freedesktop.org/releases/${PORTNAME:C/4//}/
DISTNAME= ${PORTNAME:C/4//}-${PORTVERSION}
@@ -19,11 +20,11 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:devel/py-dbus
OPTIONS_DEFINE= DOCS
-USE_GNOME= libxslt:build
+USE_GNOME= glib20 libxslt:build
USE_GSTREAMER= yes
USE_QT4= corelib dbus gui network qtestlib_build xml \
moc_build qmake_build rcc_build uic_build
-USES= cmake:outsource pathfix pkgconfig python:build
+USES= cmake:outsource gettext pathfix pkgconfig python:build
CMAKE_ARGS= -DENABLE_EXAMPLES:BOOL=False \
-DENABLE_FARSIGHT:BOOL=False \
-DENABLE_FARSTREAM:BOOL=True \