summaryrefslogtreecommitdiffstats
path: root/graphics/clutter/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-08-17 05:49:10 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-08-17 05:49:10 +0800
commitb28e99b6bc865907f86e3d425a710e40a60319b8 (patch)
tree47db44e4e02fe656eaab26d5885f37d1d45d52c0 /graphics/clutter/Makefile
parent17b409e6d3d4e4cfe7dfb47542ef8b5236717f61 (diff)
downloadmarcuscom-ports-b28e99b6bc865907f86e3d425a710e40a60319b8.tar
marcuscom-ports-b28e99b6bc865907f86e3d425a710e40a60319b8.tar.gz
marcuscom-ports-b28e99b6bc865907f86e3d425a710e40a60319b8.tar.bz2
marcuscom-ports-b28e99b6bc865907f86e3d425a710e40a60319b8.tar.lz
marcuscom-ports-b28e99b6bc865907f86e3d425a710e40a60319b8.tar.xz
marcuscom-ports-b28e99b6bc865907f86e3d425a710e40a60319b8.tar.zst
marcuscom-ports-b28e99b6bc865907f86e3d425a710e40a60319b8.zip
Enable gobject-introspection support.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12646 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/clutter/Makefile')
-rw-r--r--graphics/clutter/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile
index 9c00c046f..4e6796a9d 100644
--- a/graphics/clutter/Makefile
+++ b/graphics/clutter/Makefile
@@ -7,12 +7,16 @@
PORTNAME= clutter
PORTVERSION= 1.0.2
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.clutter-project.org/sources/${PORTNAME}/1.0/
MAINTAINER= gnome@FreeBSD.org
COMMENT= OpenGL based interactive canvas library
+BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \
+ ${LOCALBASE}/share/gir-1.0/Pango-1.0.gir:${PORTSDIR}/devel/gir-repository
+
USE_GMAKE= yes
USE_BZIP2= yes
USE_AUTOTOOLS= libtool:22
@@ -20,8 +24,7 @@ USE_GNOME= pkgconfig gtk20 gnomehack ltverhack gnomeprefix
USE_GL= gl
USE_XORG= glproto x11 xfixes xdamage xcomposite xi
USE_LDCONFIG= yes
-CONFIGURE_ARGS= --with-x --with-json=internal \
- --enable-introspection=no
+CONFIGURE_ARGS= --with-x --with-json=internal
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}