diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-14 06:35:53 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-14 06:35:53 +0800 |
commit | 82f5d79d6427763c22880e1da17888f7f53744fc (patch) | |
tree | fdc2aa954cc3defc7617a3d55b2dbeeb490cc516 /multimedia/cheese3 | |
parent | fb1e8c17016f0041ec9763d57cd824f147629b95 (diff) | |
download | marcuscom-ports-82f5d79d6427763c22880e1da17888f7f53744fc.tar marcuscom-ports-82f5d79d6427763c22880e1da17888f7f53744fc.tar.gz marcuscom-ports-82f5d79d6427763c22880e1da17888f7f53744fc.tar.bz2 marcuscom-ports-82f5d79d6427763c22880e1da17888f7f53744fc.tar.lz marcuscom-ports-82f5d79d6427763c22880e1da17888f7f53744fc.tar.xz marcuscom-ports-82f5d79d6427763c22880e1da17888f7f53744fc.tar.zst marcuscom-ports-82f5d79d6427763c22880e1da17888f7f53744fc.zip |
cheese needs libgee06 depend.
Submitted by: Gustau Perez <gustau.perez@gmail.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17230 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/cheese3')
-rw-r--r-- | multimedia/cheese3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/cheese3/Makefile b/multimedia/cheese3/Makefile index d8269ffa4..af0bed014 100644 --- a/multimedia/cheese3/Makefile +++ b/multimedia/cheese3/Makefile @@ -3,7 +3,7 @@ # Whom: FreeBSD GNOME Team <gnome@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/multimedia/cheese3/Makefile,v 1.15 2012/06/13 10:34:15 kwm Exp $ +# $MCom: ports/multimedia/cheese3/Makefile,v 1.16 2012/07/13 10:32:50 kwm Exp $ # PORTNAME= cheese @@ -23,6 +23,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_ g-ir-scanner:${PORTSDIR}/devel/gobject-introspection LIB_DEPENDS= canberra-gtk3:${PORTSDIR}/audio/libcanberra-gtk3 \ hal:${PORTSDIR}/sysutils/hal \ + gee.2:${PORTSDIR}/devel/libgee06 \ mx-1.0:${PORTSDIR}/x11-toolkits/mx \ clutter-gtk-1.0:${PORTSDIR}/graphics/clutter-gtk3 \ clutter-gst-1.0:${PORTSDIR}/multimedia/clutter-gst |