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