svn commit: r334305 - head/games/xscorch

John Marino marino at FreeBSD.org
Tue Nov 19 12:11:25 UTC 2013


Author: marino
Date: Tue Nov 19 12:11:25 2013
New Revision: 334305
URL: http://svnweb.freebsd.org/changeset/ports/334305

Log:
  games/xscorch: USES+= pkgconfig

Modified:
  head/games/xscorch/Makefile

Modified: head/games/xscorch/Makefile
==============================================================================
--- head/games/xscorch/Makefile	Tue Nov 19 11:48:31 2013	(r334304)
+++ head/games/xscorch/Makefile	Tue Nov 19 12:11:25 2013	(r334305)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 OPTIONS_DEFINE=	MIKMOD
 OPTIONS_DEFAULT=	MIKMOD
 
-USES=		gmake perl5
+USES=		gmake perl5 pkgconfig
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
 


More information about the svn-ports-all mailing list