Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 18:03:17 +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: r326045 - head/graphics/evas-engine-opengl
Message-ID:  <201309021803.r82I3HAn032415@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Sep  2 18:03:16 2013
New Revision: 326045
URL: http://svnweb.freebsd.org/changeset/ports/326045

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

Modified:
  head/graphics/evas-engine-opengl/Makefile

Modified: head/graphics/evas-engine-opengl/Makefile
==============================================================================
--- head/graphics/evas-engine-opengl/Makefile	Mon Sep  2 17:47:54 2013	(r326044)
+++ head/graphics/evas-engine-opengl/Makefile	Mon Sep  2 18:03:16 2013	(r326045)
@@ -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=	x11 xext xrender
 USE_GL=		gl glu



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