svn commit: r326075 - head/graphics/ecore-evas

Antoine Brodin antoine at FreeBSD.org
Mon Sep 2 20:21:24 UTC 2013


Author: antoine
Date: Mon Sep  2 20:21:23 2013
New Revision: 326075
URL: http://svnweb.freebsd.org/changeset/ports/326075

Log:
  Add an explicit dependency on pkgconf
  
  Approved by:	portmgr (bapt)

Modified:
  head/graphics/ecore-evas/Makefile

Modified: head/graphics/ecore-evas/Makefile
==============================================================================
--- head/graphics/ecore-evas/Makefile	Mon Sep  2 20:19:06 2013	(r326074)
+++ head/graphics/ecore-evas/Makefile	Mon Sep  2 20:21:23 2013	(r326075)
@@ -17,7 +17,7 @@ LICENSE=	BSD
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	evas ecore libtool_hack
 USE_EFL_ECORE=	input input_evas
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list