summaryrefslogtreecommitdiff
path: root/graphics/clutter-gtk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/clutter-gtk/Makefile')
-rw-r--r--graphics/clutter-gtk/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/graphics/clutter-gtk/Makefile b/graphics/clutter-gtk/Makefile
index d8487f15c1fa..1ed07187a3ce 100644
--- a/graphics/clutter-gtk/Makefile
+++ b/graphics/clutter-gtk/Makefile
@@ -6,10 +6,11 @@
#
PORTNAME= clutter-gtk
-PORTVERSION= 0.10.4
+PORTVERSION= 0.10.8
PORTREVISION= 1
CATEGORIES= graphics
-MASTER_SITES= http://www.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/
+MASTER_SITES= GNOME \
+ http://source.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/
MAINTAINER= gnome@FreeBSD.org
COMMENT= GTK+ Integration library for Clutter
@@ -28,8 +29,4 @@ 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 <bsd.port.mk>