aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-03-09 23:02:24 +0800
committermiwi <miwi@FreeBSD.org>2014-03-09 23:02:24 +0800
commit4f122caeae8e931d994b98c70f054b6659e580d4 (patch)
tree521491fe17e392f2f5afcdea9104ba6e7bb9340e /graphics
parent7cba99c21718e2ab7d6a7666671597c3c9a0f95d (diff)
downloadfreebsd-ports-gnome-4f122caeae8e931d994b98c70f054b6659e580d4.tar.gz
freebsd-ports-gnome-4f122caeae8e931d994b98c70f054b6659e580d4.tar.zst
freebsd-ports-gnome-4f122caeae8e931d994b98c70f054b6659e580d4.zip
- Stage support
Diffstat (limited to 'graphics')
-rw-r--r--graphics/clutter/Makefile6
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 \