[ports/net-im/empathy] explicitly dependency on gnome-keyring

Norikatsu Shigemura nork at FreeBSD.org
Fri Dec 10 17:36:40 UTC 2010


Hi gnome team.

	I found a bit minor issue, maybe almost no problem.  It is
	net-im/empathy explicitly depend on libgcr.so.0 of
	security/gnome-keyring at configure's test.  So I suggest
	following patch:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
--- Makefile.orig	2010-12-06 00:17:07.789476000 +0900
+++ Makefile	2010-12-11 02:30:37.199992267 +0900
@@ -23,7 +23,8 @@
 		telepathy-logger.1:${PORTSDIR}/net-im/telepathy-logger \
 		folks-telepathy.16:${PORTSDIR}/net-im/folks \
 		unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \
-		canberra-gtk.0:${PORTSDIR}/audio/libcanberra
+		canberra-gtk.0:${PORTSDIR}/audio/libcanberra \
+		gcr.0:${PORTSDIR}/security/gnome-keyring
 RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
 		${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \
     		${LOCALBASE}/libexec/mission-control-5:${PORTSDIR}/net-im/telepathy-mission-control
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	Thank you.

-- 
Norikatsu Shigemura <nork at FreeBSD.org>


More information about the freebsd-gnome mailing list