diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-03-13 14:57:46 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-03-13 14:57:46 +0000 |
commit | 6ee410f732ac305acaea53b87860862cdf82a365 (patch) | |
tree | ac9a247d4a2e8fc09f35fb59b05e11212ba092ee /graphics | |
parent | c1e6a996c88fc4a3016ecf616a7dcc92829cfb93 (diff) | |
download | FreeBSD-ports-6ee410f732ac305acaea53b87860862cdf82a365.zip FreeBSD-ports-6ee410f732ac305acaea53b87860862cdf82a365.tar.gz |
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 07b17a2..b2933dc 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 |