Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2013 08:31:18 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326369 - head/graphics/evas-loader-svg
Message-ID:  <201309050831.r858VIPq054649@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Sep  5 08:31:18 2013
New Revision: 326369
URL: http://svnweb.freebsd.org/changeset/ports/326369

Log:
  Add an explicit dependency on pkgconf

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

Modified: head/graphics/evas-loader-svg/Makefile
==============================================================================
--- head/graphics/evas-loader-svg/Makefile	Thu Sep  5 08:26:54 2013	(r326368)
+++ head/graphics/evas-loader-svg/Makefile	Thu Sep  5 08:31:18 2013	(r326369)
@@ -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 esvg librt_hack libtool_hack
 USE_LDCONFIG=	yes
 



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