Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2013 18:33:11 +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: r326194 - head/graphics/ethumb
Message-ID:  <201309031833.r83IXBNA027228@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Sep  3 18:33:11 2013
New Revision: 326194
URL: http://svnweb.freebsd.org/changeset/ports/326194

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

Modified:
  head/graphics/ethumb/Makefile

Modified: head/graphics/ethumb/Makefile
==============================================================================
--- head/graphics/ethumb/Makefile	Tue Sep  3 18:28:54 2013	(r326193)
+++ head/graphics/ethumb/Makefile	Tue Sep  3 18:33:11 2013	(r326194)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	exif:${PORTSDIR}/graphics/l
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USES=		pathfix
+USES=		pathfix pkgconfig
 USE_EFL=	eina evas ecore edje libtool_hack
 USE_EFL_ECORE=	evas file x11 input_evas
 USE_LDCONFIG=	yes



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