diff options
author | rakuco <rakuco@FreeBSD.org> | 2016-07-16 15:13:09 +0000 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2016-07-16 15:13:09 +0000 |
commit | c6d66528bef6194ce2ed9c89cd04864d8a0d2be5 (patch) | |
tree | 74cd4666d4586ec2e30ba9b3fcadd4a40e29a3a9 | |
parent | e71dc3c29cbd7b752e313b94d145cf71a78dce41 (diff) | |
download | FreeBSD-ports-c6d66528bef6194ce2ed9c89cd04864d8a0d2be5.zip FreeBSD-ports-c6d66528bef6194ce2ed9c89cd04864d8a0d2be5.tar.gz |
MFH: r418636
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
Approved by: ports-secteam (junovitch, implicit)
-rw-r--r-- | net-im/telepathy-qt4/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/telepathy-qt4/Makefile b/net-im/telepathy-qt4/Makefile index 3799a38..002beb2 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 \ |