diff options
Diffstat (limited to 'graphics/clutter/Makefile')
-rw-r--r-- | graphics/clutter/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile index 0dae60d26..808824805 100644 --- a/graphics/clutter/Makefile +++ b/graphics/clutter/Makefile @@ -1,9 +1,9 @@ # Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/graphics/clutter/Makefile 18610 2013-06-30 16:33:05Z marcus $ +# $MCom: ports-experimental/trunk/graphics/clutter/Makefile 19523 2014-04-14 23:10:58Z gusi $ PORTNAME= clutter -PORTVERSION= 1.12.2 +PORTVERSION= 1.18.2 CATEGORIES= graphics MASTER_SITES= GNOME @@ -16,13 +16,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \ libcogl.so:${PORTSDIR}/graphics/cogl -USES= gettext gmake pathfix pkgconfig -USE_XZ= yes -USE_AUTOTOOLS= libtool -USE_GNOME= gdkpixbuf2 ltverhack gnomeprefix atk pango \ +USES= gettext gmake libtool pathfix pkgconfig tar:xz +USE_GNOME= gdkpixbuf2 gnomeprefix atk pango \ introspection:build USE_GL= gl USE_XORG= glproto x11 xfixes xdamage xcomposite xi +GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --with-x --enable-conformance=no \ --disable-gdk-backend |