Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2013 05:25:39 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326344 - head/x11-toolkits/elementary
Message-ID:  <201309050525.r855PdGC045058@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309050525.r855PdGC045058>