diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-03-09 15:02:24 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-03-09 15:02:24 +0000 |
commit | 6f560b1c4dc55e1f50a1bd71c0ff46e99a83f994 (patch) | |
tree | 521491fe17e392f2f5afcdea9104ba6e7bb9340e /graphics/clutter | |
parent | 5331944f4ffcfcd4623d6c325b2d1ca372b50c76 (diff) | |
download | ports-6f560b1c4dc55e1f50a1bd71c0ff46e99a83f994.tar.gz ports-6f560b1c4dc55e1f50a1bd71c0ff46e99a83f994.zip |
- Stage support
Notes
Notes:
svn path=/head/; revision=347648
Diffstat (limited to 'graphics/clutter')
-rw-r--r-- | graphics/clutter/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile index 9a7d1d03de5b..95598320e22b 100644 --- a/graphics/clutter/Makefile +++ b/graphics/clutter/Makefile @@ -16,11 +16,10 @@ LIB_DEPENDS= json-glib-1.0:${PORTSDIR}/devel/json-glib LICENSE= LGPL21 -USES= pkgconfig gettext -USE_GMAKE= yes +USES= pkgconfig gettext gmake USE_BZIP2= yes USE_AUTOTOOLS= libtool -USE_GNOME= gdkpixbuf2 gnomehack ltverhack gnomeprefix atk pango +USE_GNOME= gdkpixbuf2 gnomehack ltverhack gnomeprefix atk pango introspection:build USE_GL= gl USE_XORG= glproto x11 xfixes xdamage xcomposite xi USE_LDCONFIG= yes @@ -29,7 +28,6 @@ CONFIGURE_ARGS= --with-x --enable-conformance=no CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|G_CONST_RETURN|const|g' \ ${WRKSRC}/clutter/cally/*.c \ |