diff options
Diffstat (limited to 'graphics/clutter/Makefile')
-rw-r--r-- | graphics/clutter/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile index 3d1aa7050..b7c8b3123 100644 --- a/graphics/clutter/Makefile +++ b/graphics/clutter/Makefile @@ -3,11 +3,11 @@ # Whom: Martin Wilke <miwi@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/clutter/Makefile,v 1.53 2011/10/17 13:17:38 kwm Exp $ +# $MCom: ports/graphics/clutter/Makefile,v 1.54 2012/01/30 14:16:27 kwm Exp $ # PORTNAME= clutter -PORTVERSION= 1.8.4 +PORTVERSION= 1.10.4 CATEGORIES= graphics MASTER_SITES= GNOME @@ -18,7 +18,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= json-glib-1.0.0:${PORTSDIR}/devel/json-glib \ - cogl.5:${PORTSDIR}/graphics/cogl + cogl.9:${PORTSDIR}/graphics/cogl USE_GMAKE= yes USE_GETTEXT= yes |