svn commit: r318546 - head/graphics/clutter-gtk
Koop Mast
kwm at FreeBSD.org
Sun May 19 19:40:07 UTC 2013
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 at FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi at 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
More information about the svn-ports-head
mailing list