mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Chase removal of implicit dbus dependency.
Because 34008c1bf69427 removed dbus as a dependency of glib-networking, now tracker is missing that implicit dependency, so add it back explicitly. PS. that was r565059
This commit is contained in:
parent
fd5ddbf8d5
commit
8d603bf1c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=565069
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= tracker
|
||||
PORTVERSION= 2.3.4
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils gnome
|
||||
MASTER_SITES= GNOME
|
||||
|
||||
@ -16,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LGPL
|
||||
BUILD_DEPENDS= valac:lang/vala
|
||||
LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid \
|
||||
libsoup-2.4.so:devel/libsoup \
|
||||
libdbus-1.so:devel/dbus \
|
||||
libjson-glib-1.0.so:devel/json-glib \
|
||||
libicutu.so:devel/icu
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user