Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 May 2013 06:27:42 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317466 - head/x11-wm/compiz
Message-ID:  <201305060627.r466Rgew052323@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Mon May  6 06:27:42 2013
New Revision: 317466
URL: http://svnweb.freebsd.org/changeset/ports/317466

Log:
  - adoption of USES framwork for gettext and pathfix
  
  Approved by:	portmgr (bapt@)

Modified:
  head/x11-wm/compiz/Makefile

Modified: head/x11-wm/compiz/Makefile
==============================================================================
--- head/x11-wm/compiz/Makefile	Mon May  6 06:18:19 2013	(r317465)
+++ head/x11-wm/compiz/Makefile	Mon May  6 06:27:42 2013	(r317466)
@@ -20,9 +20,9 @@ GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
 #USE_TGZ=	yes
 USE_GMAKE=	yes
-USE_GETTEXT=	yes
+USES=		gettext pathfix
 USE_GL=		glu
-USE_GNOME=	gnomehack gconf2 libxslt
+USE_GNOME=	gconf2 libxslt
 USE_XORG=	xcomposite xfixes xdamage xrandr xrender ice sm xinerama glproto
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool



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