diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-03-13 14:57:46 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-03-13 14:57:46 +0000 |
commit | ed0fd9eafa6d3a910bcd555951129c3dee21b516 (patch) | |
tree | 73360298c409657beec27ffeaf9229c52b0cfd6f /graphics | |
parent | Update to version 0.60 (diff) |
Disable GL support.
PR: 25752
Submitted by: maintainer
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/evas/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/evas/Makefile b/graphics/evas/Makefile index 07b17a2104a3..b2933dc556de 100644 --- a/graphics/evas/Makefile +++ b/graphics/evas/Makefile @@ -17,11 +17,11 @@ LIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2 USE_X_PREFIX= yes USE_FREETYPE= yes -USE_MESA= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" +CONFIGURE_ARGS= --disable-gl post-install: @strip ${PREFIX}/lib/libevas.so.0 |