svn commit: r337584 - head/games/fgkicker

John Marino marino at FreeBSD.org
Thu Dec 26 18:04:55 UTC 2013


Author: marino
Date: Thu Dec 26 18:04:55 2013
New Revision: 337584
URL: http://svnweb.freebsd.org/changeset/ports/337584

Log:
  games/fgkicker: USES+= pkgconfig
  
  Change covered by multiple blanket permissions from portmgr.  I took the
  opportunity to convert USE_GMAKE and remove indefinite article from
  COMMENT as well.

Modified:
  head/games/fgkicker/Makefile

Modified: head/games/fgkicker/Makefile
==============================================================================
--- head/games/fgkicker/Makefile	Thu Dec 26 18:03:12 2013	(r337583)
+++ head/games/fgkicker/Makefile	Thu Dec 26 18:04:55 2013	(r337584)
@@ -9,12 +9,12 @@ MASTER_SITES=	http://www.larfeliz.be/pro
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	erik at bz.bzflag.bz
-COMMENT=	A launcher frontend for FlightGear
+COMMENT=	Launcher frontend for FlightGear
 
 RUN_DEPENDS=	fgfs:${PORTSDIR}/games/flightgear
 
 USE_GNOME=	gtk20
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 
 NO_STAGE=	yes
 post-patch:


More information about the svn-ports-head mailing list