diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-06-01 19:56:04 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-06-01 19:56:04 +0000 |
commit | 7f44153281a28abf9f54db4292179516460951dc (patch) | |
tree | f0cbd198d34668e8d3997d4c3f820de3e33aa98c /graphics/evas | |
parent | e2293488c055bab7429297300cdf427d65e13e8a (diff) | |
download | ports-7f44153281a28abf9f54db4292179516460951dc.tar.gz ports-7f44153281a28abf9f54db4292179516460951dc.zip |
Notes
Diffstat (limited to 'graphics/evas')
-rw-r--r-- | graphics/evas/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/evas/Makefile b/graphics/evas/Makefile index 7555b2675d76..9b5e34ae9f95 100644 --- a/graphics/evas/Makefile +++ b/graphics/evas/Makefile @@ -19,12 +19,17 @@ LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 USE_BZIP2= yes USE_X_PREFIX= yes -USE_INC_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 USE_FREETYPE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype1 \ -I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" CONFIGURE_ARGS= --disable-gl INSTALLS_SHLIB= yes +USE_REINPLACE= yes + +post-patch: + @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ + ${WRKSRC}/configure .include <bsd.port.mk> |