diff options
Diffstat (limited to 'graphics/clutter/Makefile')
-rw-r--r-- | graphics/clutter/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile index a1e6ddb9835a..1a548efce036 100644 --- a/graphics/clutter/Makefile +++ b/graphics/clutter/Makefile @@ -6,18 +6,14 @@ # PORTNAME= clutter -PORTVERSION= 1.0.10 -PORTREVISION= 2 +PORTVERSION= 1.2.6 CATEGORIES= graphics MASTER_SITES= GNOME \ - http://www.clutter-project.org/sources/${PORTNAME}/1.0/ + http://www.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/ MAINTAINER= gnome@FreeBSD.org COMMENT= OpenGL based interactive canvas library -BUILD_DEPENDS= ${LOCALBASE}/share/gir-1.0/Pango-1.0.gir:${PORTSDIR}/x11-toolkits/gir-repository-pango -RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/Pango-1.0.gir:${PORTSDIR}/x11-toolkits/gir-repository-pango - USE_GMAKE= yes USE_BZIP2= yes USE_AUTOTOOLS= libtool:22 |