svn commit: r326045 - head/graphics/evas-engine-opengl
Antoine Brodin
antoine at FreeBSD.org
Mon Sep 2 18:03:17 UTC 2013
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
More information about the svn-ports-head
mailing list