svn commit: r326046 - head/graphics/evas-engine-x11

Antoine Brodin antoine at FreeBSD.org
Mon Sep 2 18:05:49 UTC 2013


Author: antoine
Date: Mon Sep  2 18:05:49 2013
New Revision: 326046
URL: http://svnweb.freebsd.org/changeset/ports/326046

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

Modified:
  head/graphics/evas-engine-x11/Makefile

Modified: head/graphics/evas-engine-x11/Makefile
==============================================================================
--- head/graphics/evas-engine-x11/Makefile	Mon Sep  2 18:03:16 2013	(r326045)
+++ head/graphics/evas-engine-x11/Makefile	Mon Sep  2 18:05:49 2013	(r326046)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	freetype:${PORTSDIR}/print/
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	evas librt_hack libtool_hack
 USE_XORG=	x11 xext
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list