svn commit: r411690 - head/sysutils/mate-power-manager
Ruslan Makhmatkhanov
rm at FreeBSD.org
Wed Mar 23 09:15:23 UTC 2016
Author: rm
Date: Wed Mar 23 09:15:21 2016
New Revision: 411690
URL: https://svnweb.freebsd.org/changeset/ports/411690
Log:
sysutils/mate-power-manager: fix build
Add direct dependency upon security/libgnome-keyring to fix the
build after r411541.
Reported by: des
With hat: gnome
Modified:
head/sysutils/mate-power-manager/Makefile
Modified: head/sysutils/mate-power-manager/Makefile
==============================================================================
--- head/sysutils/mate-power-manager/Makefile Wed Mar 23 09:09:14 2016 (r411689)
+++ head/sysutils/mate-power-manager/Makefile Wed Mar 23 09:15:21 2016 (r411690)
@@ -17,7 +17,8 @@ LIB_DEPENDS= libcanberra-gtk.so:${PORTSD
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique \
libupower-glib.so:${PORTSDIR}/sysutils/upower \
- libnotify.so:${PORTSDIR}/devel/libnotify
+ libnotify.so:${PORTSDIR}/devel/libnotify \
+ libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring
RUN_DEPENDS= pkexec:${PORTSDIR}/sysutils/polkit \
gnome-keyring>=3.0.0:${PORTSDIR}/security/gnome-keyring
More information about the svn-ports-all
mailing list