svn commit: r326093 - head/graphics/edje

Antoine Brodin antoine at FreeBSD.org
Mon Sep 2 21:29:44 UTC 2013


Author: antoine
Date: Mon Sep  2 21:29:44 2013
New Revision: 326093
URL: http://svnweb.freebsd.org/changeset/ports/326093

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

Modified:
  head/graphics/edje/Makefile

Modified: head/graphics/edje/Makefile
==============================================================================
--- head/graphics/edje/Makefile	Mon Sep  2 21:27:53 2013	(r326092)
+++ head/graphics/edje/Makefile	Mon Sep  2 21:29:44 2013	(r326093)
@@ -16,7 +16,7 @@ LICENSE=	BSD
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USES=		pathfix shared-mime-info
+USES=		pathfix pkgconfig shared-mime-info
 USE_EFL=	eet evas ecore embryo libtool_hack librt_hack
 USE_EFL_EVAS_LOADERS=	eet jpeg png
 USE_EFL_ECORE=	evas file imf imf_evas


More information about the svn-ports-all mailing list