Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 21:29:44 +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: r326093 - head/graphics/edje
Message-ID:  <201309022129.r82LTifJ057153@svn.freebsd.org>

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



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