diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-15 13:41:04 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-15 13:41:04 +0800 |
commit | 5c8deb83238594c0e559cf89f0caadbcad3463bc (patch) | |
tree | 4c0d1b640c593697d4f2d3b69eff3cd01ddb0277 /graphics/clutter/Makefile | |
parent | f23f7a72407edc0c6dc38e0a94c42734b7afbf02 (diff) | |
download | marcuscom-ports-5c8deb83238594c0e559cf89f0caadbcad3463bc.tar marcuscom-ports-5c8deb83238594c0e559cf89f0caadbcad3463bc.tar.gz marcuscom-ports-5c8deb83238594c0e559cf89f0caadbcad3463bc.tar.bz2 marcuscom-ports-5c8deb83238594c0e559cf89f0caadbcad3463bc.tar.lz marcuscom-ports-5c8deb83238594c0e559cf89f0caadbcad3463bc.tar.xz marcuscom-ports-5c8deb83238594c0e559cf89f0caadbcad3463bc.tar.zst marcuscom-ports-5c8deb83238594c0e559cf89f0caadbcad3463bc.zip |
Another batch of updated ports:
- gtk30-3.14.3
- gnome-themes-standard-3.14.0
- pango-1.36.8
- clutter-1.20.0
- clutter-gtk-1.6.0
- gobject-introspection-1.42.0
As usual, remove deprecated @dirrm[try] entries from the
pkg-plist files.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19945 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/clutter/Makefile')
-rw-r--r-- | graphics/clutter/Makefile | 8 |
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> |