svn commit: r326344 - head/x11-toolkits/elementary

Antoine Brodin antoine at FreeBSD.org
Thu Sep 5 05:25:39 UTC 2013


Author: antoine
Date: Thu Sep  5 05:25:38 2013
New Revision: 326344
URL: http://svnweb.freebsd.org/changeset/ports/326344

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

Modified:
  head/x11-toolkits/elementary/Makefile

Modified: head/x11-toolkits/elementary/Makefile
==============================================================================
--- head/x11-toolkits/elementary/Makefile	Thu Sep  5 05:24:24 2013	(r326343)
+++ head/x11-toolkits/elementary/Makefile	Thu Sep  5 05:25:38 2013	(r326344)
@@ -15,7 +15,7 @@ LICENSE=	LGPL21
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USES=		pathfix
+USES=		pathfix pkgconfig
 USE_EFL=	ecore eio edbus efreet embryo edje emotion ethumb \
 		libtool_hack librt_hack modarch_hack
 USE_LUA=	5.1+


More information about the svn-ports-all mailing list