From 7f44153281a28abf9f54db4292179516460951dc Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Wed, 1 Jun 2005 19:56:04 +0000 Subject: change the libtool version to use from 1.3 to 1.5 --- x11/ecore/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'x11/ecore') diff --git a/x11/ecore/Makefile b/x11/ecore/Makefile index 9533a9c51264..9c14e4c82309 100644 --- a/x11/ecore/Makefile +++ b/x11/ecore/Makefile @@ -15,8 +15,13 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A core event abstraction library USE_X_PREFIX= yes -USE_INC_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes +USE_REINPLACE= yes + +post-patch: + @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ + ${WRKSRC}/configure post-install: @${STRIP_CMD} ${PREFIX}/lib/libecore.so.0 -- cgit v1.2.3