svn commit: r326351 - head/graphics/evas-loader-xpm

Antoine Brodin antoine at FreeBSD.org
Thu Sep 5 05:37:41 UTC 2013


Author: antoine
Date: Thu Sep  5 05:37:40 2013
New Revision: 326351
URL: http://svnweb.freebsd.org/changeset/ports/326351

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

Modified:
  head/graphics/evas-loader-xpm/Makefile

Modified: head/graphics/evas-loader-xpm/Makefile
==============================================================================
--- head/graphics/evas-loader-xpm/Makefile	Thu Sep  5 05:35:30 2013	(r326350)
+++ head/graphics/evas-loader-xpm/Makefile	Thu Sep  5 05:37:40 2013	(r326351)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	freetype:${PORTSDIR}/print/
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_EFL=	evas librt_hack libtool_hack
 USE_XORG=	xpm
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list