diff options
-rw-r--r-- | graphics/clutter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile index 4e6796a9d..b6625038e 100644 --- a/graphics/clutter/Makefile +++ b/graphics/clutter/Makefile @@ -7,7 +7,7 @@ PORTNAME= clutter PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://www.clutter-project.org/sources/${PORTNAME}/1.0/ @@ -15,7 +15,7 @@ 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 + ${LOCALBASE}/share/gir-1.0/Pango-1.0.gir:${PORTSDIR}/x11-toolkits/gir-repository-pango USE_GMAKE= yes USE_BZIP2= yes |