diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-14 06:24:42 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-14 06:24:42 +0800 |
commit | fb1e8c17016f0041ec9763d57cd824f147629b95 (patch) | |
tree | 71c9850240717489525b342523aac9407fe2c495 /net-im/folks04 | |
parent | f98c366c7d3084a30499cb165b0c17986eec8add (diff) | |
download | marcuscom-ports-fb1e8c17016f0041ec9763d57cd824f147629b95.tar marcuscom-ports-fb1e8c17016f0041ec9763d57cd824f147629b95.tar.gz marcuscom-ports-fb1e8c17016f0041ec9763d57cd824f147629b95.tar.bz2 marcuscom-ports-fb1e8c17016f0041ec9763d57cd824f147629b95.tar.lz marcuscom-ports-fb1e8c17016f0041ec9763d57cd824f147629b95.tar.xz marcuscom-ports-fb1e8c17016f0041ec9763d57cd824f147629b95.tar.zst marcuscom-ports-fb1e8c17016f0041ec9763d57cd824f147629b95.zip |
Correct location of the wanted libgee version.
Reported by: Gustau Perez <gustau.perez@gmail.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17229 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/folks04')
-rw-r--r-- | net-im/folks04/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/folks04/Makefile b/net-im/folks04/Makefile index a622057f3..596e05e0b 100644 --- a/net-im/folks04/Makefile +++ b/net-im/folks04/Makefile @@ -3,7 +3,7 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net-im/folks04/Makefile,v 1.1 2011/12/06 13:57:00 kwm Exp $ +# $MCom: ports/net-im/folks04/Makefile,v 1.2 2012/04/27 13:28:44 kwm Exp $ # PORTNAME= folks @@ -16,7 +16,7 @@ COMMENT= library to aggregates people from multiple sources BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala-vapigen \ g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= gee.2:${PORTSDIR}/devel/libgee \ +LIB_DEPENDS= gee.2:${PORTSDIR}/devel/libgee06 \ telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib CONFLICTS= folks-0.[6-9].[0-9]* |