diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-06-04 23:22:59 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-06-04 23:22:59 +0800 |
commit | 810ffd95a3d2745cca8787d7b9b34fc7a8a80753 (patch) | |
tree | d74203a051df3c68e235c9551de38b540c6370b6 | |
parent | 59bf219fef9f6a226fec10dcc933566376881f0e (diff) | |
download | marcuscom-ports-810ffd95a3d2745cca8787d7b9b34fc7a8a80753.tar marcuscom-ports-810ffd95a3d2745cca8787d7b9b34fc7a8a80753.tar.gz marcuscom-ports-810ffd95a3d2745cca8787d7b9b34fc7a8a80753.tar.bz2 marcuscom-ports-810ffd95a3d2745cca8787d7b9b34fc7a8a80753.tar.lz marcuscom-ports-810ffd95a3d2745cca8787d7b9b34fc7a8a80753.tar.xz marcuscom-ports-810ffd95a3d2745cca8787d7b9b34fc7a8a80753.tar.zst marcuscom-ports-810ffd95a3d2745cca8787d7b9b34fc7a8a80753.zip |
Folks actualy needs libgee 0.6.x.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18509 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | net-im/folks/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/folks/Makefile b/net-im/folks/Makefile index 5de5abba0..079946830 100644 --- a/net-im/folks/Makefile +++ b/net-im/folks/Makefile @@ -1,6 +1,6 @@ # Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/net-im/folks/Makefile 18507 2013-05-27 14:05:09Z kwm $ PORTNAME= folks PORTVERSION= 0.8.0 @@ -11,7 +11,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= library to aggregates people from multiple sources BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala-vapigen -LIB_DEPENDS= gee-0.8:${PORTSDIR}/devel/libgee \ +LIB_DEPENDS= gee.2:${PORTSDIR}/devel/libgee06 \ gcr:${PORTSDIR}/security/gcr \ zeitgeist-1.0:${PORTSDIR}/sysutils/libzeitgeist \ telepathy-glib:${PORTSDIR}/net-im/telepathy-glib |