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 /accessibility/caribou | |
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 'accessibility/caribou')
-rw-r--r-- | accessibility/caribou/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/caribou/Makefile b/accessibility/caribou/Makefile index d2a94063f..b8f7cf47f 100644 --- a/accessibility/caribou/Makefile +++ b/accessibility/caribou/Makefile @@ -3,7 +3,7 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/accessibility/caribou/Makefile,v 1.13 2012/05/31 20:43:06 kwm Exp $ +# $MCom: ports/accessibility/caribou/Makefile,v 1.14 2012/08/04 09:25:39 kwm Exp $ # PORTNAME= caribou @@ -20,7 +20,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection LIB_DEPENDS= clutter-glx-1.0.0:${PORTSDIR}/graphics/clutter \ - gee.2:${PORTSDIR}/devel/libgee \ + gee.2:${PORTSDIR}/devel/libgee06 \ xklavier.12:${PORTSDIR}/x11/libxklavier RUN_DEPENDS= py*-atspi>=2.1.91:${PORTSDIR}/accessibility/py-atspi |