Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Mar 2014 15:02:24 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347648 - head/graphics/clutter
Message-ID:  <201403091502.s29F2OxX005050@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sun Mar  9 15:02:24 2014
New Revision: 347648
URL: http://svnweb.freebsd.org/changeset/ports/347648
QAT: https://qat.redports.org/buildarchive/r347648/

Log:
  - Stage support

Modified:
  head/graphics/clutter/Makefile

Modified: head/graphics/clutter/Makefile
==============================================================================
--- head/graphics/clutter/Makefile	Sun Mar  9 15:02:17 2014	(r347647)
+++ head/graphics/clutter/Makefile	Sun Mar  9 15:02:24 2014	(r347648)
@@ -16,11 +16,10 @@ LIB_DEPENDS=	json-glib-1.0:${PORTSDIR}/d
 
 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-confor
 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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403091502.s29F2OxX005050>