svn commit: r317466 - head/x11-wm/compiz

Jason Helfman jgh at FreeBSD.org
Mon May 6 06:27:42 UTC 2013


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


More information about the svn-ports-all mailing list