svn commit: r326094 - head/devel/e_dbus

Antoine Brodin antoine at FreeBSD.org
Mon Sep 2 21:32:24 UTC 2013


Author: antoine
Date: Mon Sep  2 21:32:23 2013
New Revision: 326094
URL: http://svnweb.freebsd.org/changeset/ports/326094

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

Modified:
  head/devel/e_dbus/Makefile

Modified: head/devel/e_dbus/Makefile
==============================================================================
--- head/devel/e_dbus/Makefile	Mon Sep  2 21:29:44 2013	(r326093)
+++ head/devel/e_dbus/Makefile	Mon Sep  2 21:32:23 2013	(r326094)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	dbus-1:${PORTSDIR}/devel/db
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USES=		pathfix
+USES=		pathfix pkgconfig
 USE_EFL=	eina evas ecore libtool_hack librt_hack
 USE_EFL_ECORE=	evas
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list