svn commit: r353197 - head/devel/gitg0

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed May 7 19:24:31 UTC 2014


Author: amdmi3
Date: Wed May  7 19:24:30 2014
New Revision: 353197
URL: http://svnweb.freebsd.org/changeset/ports/353197
QAT: https://qat.redports.org/buildarchive/r353197/

Log:
  Convert USE_BZIP2 to USES
  - Convert gnomehack to pathfix

Modified:
  head/devel/gitg0/Makefile

Modified: head/devel/gitg0/Makefile
==============================================================================
--- head/devel/gitg0/Makefile	Wed May  7 19:23:55 2014	(r353196)
+++ head/devel/gitg0/Makefile	Wed May  7 19:24:30 2014	(r353197)
@@ -16,10 +16,9 @@ RUN_DEPENDS=	git:${PORTSDIR}/devel/git
 
 CONFLICTS=	gitg-[0-9]*
 
-USE_BZIP2=	yes
+USES=		tar:bzip2 gmake pkgconfig pathfix
 GNU_CONFIGURE=	yes
-USE_GNOME=	gconf2 gtk20 gtksourceview2 gnomehack
-USES=		gmake pkgconfig
+USE_GNOME=	gconf2 gtk20 gtksourceview2
 
 INSTALLS_ICONS=	yes
 GCONF_SCHEMAS=	gitg.schemas


More information about the svn-ports-all mailing list