diff options
author | oliver <oliver@FreeBSD.org> | 2005-06-02 03:56:04 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-06-02 03:56:04 +0800 |
commit | 2577d7b175c040f4c4136b21adac34e0904265e9 (patch) | |
tree | 59bf0cbd4ae0d28e23fe565e2c9d81eede9ff048 /graphics/evas | |
parent | 342a262e8b6eeebcfe640913eb2778cb552186a1 (diff) | |
download | freebsd-ports-gnome-2577d7b175c040f4c4136b21adac34e0904265e9.tar.gz freebsd-ports-gnome-2577d7b175c040f4c4136b21adac34e0904265e9.tar.zst freebsd-ports-gnome-2577d7b175c040f4c4136b21adac34e0904265e9.zip |
change the libtool version to use from 1.3 to 1.5
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> |