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/entice | |
parent | e2293488c055bab7429297300cdf427d65e13e8a (diff) |
change the libtool version to use from 1.3 to 1.5
Notes
Notes:
svn path=/head/; revision=136637
Diffstat (limited to 'graphics/entice')
-rw-r--r-- | graphics/entice/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/entice/Makefile b/graphics/entice/Makefile index adeaf03fa52e..671fd4e3a3f8 100644 --- a/graphics/entice/Makefile +++ b/graphics/entice/Makefile @@ -20,8 +20,13 @@ LIB_DEPENDS= ecore.0:${PORTSDIR}/x11/ecore \ evas.6:${PORTSDIR}/graphics/evas USE_X_PREFIX= yes -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 +USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +post-patch: + @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ + ${WRKSRC}/configure + .include <bsd.port.mk> |