Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2013 00:29:04 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328763 - in head/graphics: libEGL libglesv2
Message-ID:  <201309300029.r8U0T4WZ061962@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Mon Sep 30 00:29:03 2013
New Revision: 328763
URL: http://svnweb.freebsd.org/changeset/ports/328763

Log:
  Add NO_STAGE=yes

Modified:
  head/graphics/libEGL/Makefile
  head/graphics/libglesv2/Makefile

Modified: head/graphics/libEGL/Makefile
==============================================================================
--- head/graphics/libEGL/Makefile	Sun Sep 29 23:46:47 2013	(r328762)
+++ head/graphics/libEGL/Makefile	Mon Sep 30 00:29:03 2013	(r328763)
@@ -20,6 +20,7 @@ USE_XORG+=	glproto dri2proto xext xdamag
 LIB_DEPENDS+=	libexpat.so:${PORTSDIR}/textproc/expat2 \
 		libdrm.so:${PORTSDIR}/graphics/libdrm
 
+NO_STAGE=	yes
 BUILD_WKRSRC=	${WRKSRC}/src/egl
 INSTALL_WRKSRC=	${WRKSRC}/src/egl
 

Modified: head/graphics/libglesv2/Makefile
==============================================================================
--- head/graphics/libglesv2/Makefile	Sun Sep 29 23:46:47 2013	(r328762)
+++ head/graphics/libglesv2/Makefile	Mon Sep 30 00:29:03 2013	(r328763)
@@ -20,6 +20,7 @@ USE_XORG+=	glproto dri2proto xext xdamag
 
 BUILD_WKRSRC=	${WRKSRC}/src/mapi/es2api
 INSTALL_WRKSRC=	${WRKSRC}/src/mapi/es2api
+NO_STAGE=	yes
 
 # this library doesn't exist in Mesa 7.6 so use newer
 WITH_NEW_XORG=yes



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