diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-06-05 17:15:38 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-06-05 17:15:38 +0000 |
commit | 030f3c38724d4cee3d85538c85ca8870e92aeb9a (patch) | |
tree | c6236e4e5265ef0a32075e008a4ba2fd38344238 /graphics/clutter | |
parent | 33ad0f196273febb1046ec439a208fd82d1471e8 (diff) | |
download | ports-030f3c38724d4cee3d85538c85ca8870e92aeb9a.tar.gz ports-030f3c38724d4cee3d85538c85ca8870e92aeb9a.zip |
Notes
Diffstat (limited to 'graphics/clutter')
-rw-r--r-- | graphics/clutter/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile index aea5373a5764..3fe59e2ac5bb 100644 --- a/graphics/clutter/Makefile +++ b/graphics/clutter/Makefile @@ -7,6 +7,7 @@ PORTNAME= clutter PORTVERSION= 1.2.8 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= GNOME \ http://www.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/ @@ -15,6 +16,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= OpenGL based interactive canvas library USE_GMAKE= yes +USE_GETTEXT= yes USE_BZIP2= yes USE_AUTOTOOLS= libtool:22 USE_GNOME= pkgconfig gtk20 gnomehack ltverhack gnomeprefix |