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/evas | |
parent | 7647c1930572ff9352304543d16189323fc9833d (diff) | |
download | ports-ed0fd9eafa6d3a910bcd555951129c3dee21b516.tar.gz ports-ed0fd9eafa6d3a910bcd555951129c3dee21b516.zip |
Notes
Diffstat (limited to 'graphics/evas')
-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 |