summaryrefslogtreecommitdiffstats
path: root/graphics/clutter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/clutter/Makefile')
-rw-r--r--graphics/clutter/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile
index ab1fd741c..c5c4dc3d7 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.31 2010/08/07 10:34:33 avl Exp $
+# $MCom: ports/graphics/clutter/Makefile,v 1.32 2010/08/18 07:31:04 kwm Exp $
#
PORTNAME= clutter
-PORTVERSION= 1.3.12
+PORTVERSION= 1.3.14
CATEGORIES= graphics
MASTER_SITES= GNOME \
http://www.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/
@@ -27,7 +27,7 @@ USE_GNOME= pkgconfig gdkpixbuf2 gnomehack ltverhack gnomeprefix atk pango
USE_GL= gl
USE_XORG= glproto x11 xfixes xdamage xcomposite xi
USE_LDCONFIG= yes
-CONFIGURE_ARGS= --with-x
+CONFIGURE_ARGS= --with-x --enable-conformance=no
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}