diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-15 23:35:21 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-15 23:35:21 +0800 |
commit | 0e29f77123507ab77e813ec76b29e819ef77078c (patch) | |
tree | ab816ae0963302c81898200bf78bc859c7f9d122 /multimedia | |
parent | 2063fdf8aab781206f03319c451542085a95fb02 (diff) | |
download | marcuscom-ports-0e29f77123507ab77e813ec76b29e819ef77078c.tar.gz marcuscom-ports-0e29f77123507ab77e813ec76b29e819ef77078c.tar.zst marcuscom-ports-0e29f77123507ab77e813ec76b29e819ef77078c.zip |
depend on libcanberra-gtk3 and clutter-gtk3
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15821 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/cheese3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/cheese3/Makefile b/multimedia/cheese3/Makefile index 7d09e52cf..8962b08d1 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.4 2011/04/05 19:55:37 kwm Exp $ +# $MCom: ports/multimedia/cheese3/Makefile,v 1.5 2011/04/13 09:44:34 kwm Exp $ # PORTNAME= cheese @@ -19,9 +19,10 @@ COMMENT= A Photobooth-inspired app for taking pictures and videos from webcam BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat \ ${LOCALBASE}/libdata/pkgconfig/gnome-video-effects.pc:${PORTSDIR}/graphics/gnome-video-effects \ g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= canberra-gtk.0:${PORTSDIR}/audio/libcanberra \ +LIB_DEPENDS= canberra-gtk3.0:${PORTSDIR}/audio/libcanberra-gtk3 \ hal.1:${PORTSDIR}/sysutils/hal \ mx-1.0.2:${PORTSDIR}/x11-toolkits/mx \ + clutter-gtk-1.0.0:${PORTSDIR}/graphics/clutter-gtk3 \ clutter-gst-1.0.0:${PORTSDIR}/multimedia/clutter-gst RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-video-effects.pc:${PORTSDIR}/graphics/gnome-video-effects |