svn commit: r325964 - head/games/gcompris

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 2 09:59:05 UTC 2013


Author: bapt
Date: Mon Sep  2 09:59:05 2013
New Revision: 325964
URL: http://svnweb.freebsd.org/changeset/ports/325964

Log:
  Add an explicit dependency on pkgconfig

Modified:
  head/games/gcompris/Makefile

Modified: head/games/gcompris/Makefile
==============================================================================
--- head/games/gcompris/Makefile	Mon Sep  2 09:50:21 2013	(r325963)
+++ head/games/gcompris/Makefile	Mon Sep  2 09:59:05 2013	(r325964)
@@ -24,7 +24,7 @@ RUN_DEPENDS=	gnuchess:${PORTSDIR}/games/
 		gnucap:${PORTSDIR}/cad/gnucap
 
 USE_BZIP2=	yes
-USES=		gettext gmake display:configure
+USES=		gettext gmake display:configure pkgconfig
 GNU_CONFIGURE=	yes
 USE_GSTREAMER=	yes
 USE_PYTHON=	-2.7


More information about the svn-ports-all mailing list