diff options
-rw-r--r-- | graphics/clutter-gtk/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/graphics/clutter-gtk/Makefile b/graphics/clutter-gtk/Makefile index e79085a32e0e..022432906206 100644 --- a/graphics/clutter-gtk/Makefile +++ b/graphics/clutter-gtk/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: clutter-gtk -# Date created: 2008-12-25 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= clutter-gtk PORTVERSION= 0.10.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= GNOME \ http://source.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/ @@ -19,9 +15,10 @@ LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter USE_BZIP2= yes USE_GMAKE= yes -USES= gettext +USE_GL= gl +USES= gettext pathfix USE_AUTOTOOLS= libtool -USE_GNOME= gnomehack gtk20 ltverhack gnomeprefix +USE_GNOME= gtk20 ltverhack gnomeprefix USE_XORG= xp x11 USE_LDCONFIG= yes |