Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Mar 2016 09:15:21 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411690 - head/sysutils/mate-power-manager
Message-ID:  <201603230915.u2N9FLui083824@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603230915.u2N9FLui083824>