summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-07-02 22:47:52 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-07-02 22:47:52 +0800
commit558e0d13df51491184e2b269e8a564c767fa5026 (patch)
treeea9530e7860217bba431908ff9d3e7acddc808da
parenta5997985164852f27e346f2b4a7cdf1502f4c82d (diff)
downloadmarcuscom-ports-558e0d13df51491184e2b269e8a564c767fa5026.tar
marcuscom-ports-558e0d13df51491184e2b269e8a564c767fa5026.tar.gz
marcuscom-ports-558e0d13df51491184e2b269e8a564c767fa5026.tar.bz2
marcuscom-ports-558e0d13df51491184e2b269e8a564c767fa5026.tar.lz
marcuscom-ports-558e0d13df51491184e2b269e8a564c767fa5026.tar.xz
marcuscom-ports-558e0d13df51491184e2b269e8a564c767fa5026.tar.zst
marcuscom-ports-558e0d13df51491184e2b269e8a564c767fa5026.zip
fix gcr depend
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16982 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--net-im/empathy3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/empathy3/Makefile b/net-im/empathy3/Makefile
index b47132b4c..73c1a2643 100644
--- a/net-im/empathy3/Makefile
+++ b/net-im/empathy3/Makefile
@@ -3,7 +3,7 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/net-im/empathy3/Makefile,v 1.30 2012/06/13 10:39:12 kwm Exp $
+# $MCom: ports/net-im/empathy3/Makefile,v 1.31 2012/06/14 10:46:30 kwm Exp $
PORTNAME= empathy
PORTVERSION= 3.4.2.1
@@ -26,7 +26,7 @@ LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant \
telepathy-logger.2:${PORTSDIR}/net-im/telepathy-logger \
folks-telepathy.25:${PORTSDIR}/net-im/folks \
notify.4:${PORTSDIR}/devel/libnotify \
- gcr-3.1:${PORTSDIR}/security/gnome-keyring3 \
+ gcr-3:${PORTSDIR}/security/gcr \
canberra-gtk3.0:${PORTSDIR}/audio/libcanberra-gtk3 \
clutter-gst-1.0:${PORTSDIR}/multimedia/clutter-gst \
webkitgtk-3.0.0:${PORTSDIR}/www/webkit-gtk3 \