Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2013 19:40:07 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318546 - head/graphics/clutter-gtk
Message-ID:  <201305191940.r4JJe7ep008811@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Sun May 19 19:40:06 2013
New Revision: 318546
URL: http://svnweb.freebsd.org/changeset/ports/318546

Log:
  Instead of depending on clutter to pull libGL in explicitly depend on it. [1]
  While here update Makefile header and switch to USES=pathfix.
  
  Submitted by:	xorg-exp run (via miwi) [1]

Modified:
  head/graphics/clutter-gtk/Makefile

Modified: head/graphics/clutter-gtk/Makefile
==============================================================================
--- head/graphics/clutter-gtk/Makefile	Sun May 19 19:17:42 2013	(r318545)
+++ head/graphics/clutter-gtk/Makefile	Sun May 19 19:40:06 2013	(r318546)
@@ -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}
 
 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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305191940.r4JJe7ep008811>