From d69c3063e99ef188cf56b839f12dac6654025bf2 Mon Sep 17 00:00:00 2001 From: kwm Date: Wed, 29 Jul 2009 11:25:24 +0000 Subject: Chase clutter 1.0.0 update. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12537 df743ca5-7f9a-e211-a948-0013205c9059 --- graphics/clutter-gtk/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'graphics/clutter-gtk') diff --git a/graphics/clutter-gtk/Makefile b/graphics/clutter-gtk/Makefile index fa5ce5bdc..91a21063b 100644 --- a/graphics/clutter-gtk/Makefile +++ b/graphics/clutter-gtk/Makefile @@ -7,13 +7,14 @@ PORTNAME= clutter-gtk PORTVERSION= 0.9.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/ MAINTAINER= gnome@FreeBSD.org COMMENT= GTK+ Integration library for Clutter -LIB_DEPENDS= clutter-glx-0.9:${PORTSDIR}/graphics/clutter +LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter USE_BZIP2= yes USE_GMAKE= yes @@ -26,4 +27,8 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +post-patch: + @${REINPLACE_CMD} -e 's|clutter-x11-0.9|clutter-x11-1.0|g' \ + ${WRKSRC}/configure + .include -- cgit v1.2.3