svn commit: r326194 - head/graphics/ethumb

Antoine Brodin antoine at FreeBSD.org
Tue Sep 3 18:33:12 UTC 2013


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


More information about the svn-ports-all mailing list