summaryrefslogtreecommitdiffstats
path: root/graphics/clutter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/clutter/Makefile')
-rw-r--r--graphics/clutter/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile
index d21fcc3cc..6c36e3159 100644
--- a/graphics/clutter/Makefile
+++ b/graphics/clutter/Makefile
@@ -3,8 +3,7 @@
# $MCom$
PORTNAME= clutter
-PORTVERSION= 1.18.4
-PORTREVISION= 1
+PORTVERSION= 1.20.0
CATEGORIES= graphics
MASTER_SITES= GNOME
@@ -20,15 +19,16 @@ LIB_DEPENDS= libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \
USES= gettext gmake libtool pathfix pkgconfig tar:xz
USE_GNOME= gdkpixbuf2 gnomeprefix atk pango \
introspection:build
-USE_GL= gl
+USE_GL= gl egl
USE_XORG= glproto x11 xfixes xdamage xcomposite xi
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --with-x --enable-conformance=no \
+ --enable-egl-backend=yes \
--disable-gdk-backend
CPPFLAGS+= -I${LOCALBASE}/include -fno-omit-frame-pointer
-LDFLAGS+= -L${LOCALBASE}/lib
+LIBS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
.include <bsd.port.mk>