svn commit: r349381 - head/games/avp-demo

Antoine Brodin antoine at FreeBSD.org
Fri Mar 28 00:12:40 UTC 2014


Author: antoine
Date: Fri Mar 28 00:12:40 2014
New Revision: 349381
URL: http://svnweb.freebsd.org/changeset/ports/349381
QAT: https://qat.redports.org/buildarchive/r349381/

Log:
  Attempt to unbreak by adding missing pkgconf build dependency
  
  Reported by:	pkg-fallout

Modified:
  head/games/avp-demo/Makefile

Modified: head/games/avp-demo/Makefile
==============================================================================
--- head/games/avp-demo/Makefile	Fri Mar 28 00:08:03 2014	(r349380)
+++ head/games/avp-demo/Makefile	Fri Mar 28 00:12:40 2014	(r349381)
@@ -12,7 +12,7 @@ MAINTAINER=	devel at stasyan.com
 COMMENT=	Aliens versus predator unofficial port from icculus.org
 
 USE_SDL=	mixer sdl
-USES=		gmake openal
+USES=		gmake openal pkgconfig
 USE_GL=		gl
 
 WRKSRC=		${WRKDIR}


More information about the svn-ports-all mailing list