Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2013 05:37:40 +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: r326351 - head/graphics/evas-loader-xpm
Message-ID:  <201309050537.r855bfCe051784@svn.freebsd.org>

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



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