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
This commit is contained in:
Raphael Kubo da Costa 2016-07-16 15:12:10 +00:00
parent 9d2cf6ccc7
commit dfc628bb70
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418636

View file

@ -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 \