diff options
author | zeising <zeising@FreeBSD.org> | 2013-09-30 08:29:03 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2013-09-30 08:29:03 +0800 |
commit | d053b6b0265eccdb3ad71c31f1ac1851e951a5f9 (patch) | |
tree | 713985223ec68bfd93ea395464f256c8345ff466 /graphics/libglesv2 | |
parent | a0c38aa3506a0fa14176f976b14951e882a9fe3b (diff) | |
download | freebsd-ports-gnome-d053b6b0265eccdb3ad71c31f1ac1851e951a5f9.tar.gz freebsd-ports-gnome-d053b6b0265eccdb3ad71c31f1ac1851e951a5f9.tar.zst freebsd-ports-gnome-d053b6b0265eccdb3ad71c31f1ac1851e951a5f9.zip |
Add NO_STAGE=yes
Diffstat (limited to 'graphics/libglesv2')
-rw-r--r-- | graphics/libglesv2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/libglesv2/Makefile b/graphics/libglesv2/Makefile index c48744a55079..4dd4381cbcf4 100644 --- a/graphics/libglesv2/Makefile +++ b/graphics/libglesv2/Makefile @@ -20,6 +20,7 @@ USE_XORG+= glproto dri2proto xext xdamage xfixes 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 |