svn commit: r328763 - in head/graphics: libEGL libglesv2
Niclas Zeising
zeising at FreeBSD.org
Mon Sep 30 00:29:04 UTC 2013
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
More information about the svn-ports-all
mailing list