aboutsummaryrefslogtreecommitdiff
path: root/devel/libstroke
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2005-05-31 19:00:51 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2005-05-31 19:00:51 +0000
commit0f12fcc8c78dfd485816e8211d56ed0d8d8709cb (patch)
tree240e0e22ded18ec6f88d0c6795559809e740a137 /devel/libstroke
parent4428b915f75e3669962d230fe556b4aa35284383 (diff)
downloadports-0f12fcc8c78dfd485816e8211d56ed0d8d8709cb.tar.gz
ports-0f12fcc8c78dfd485816e8211d56ed0d8d8709cb.zip
change the libtool version to use from 1.3 to 1.5
Notes
Notes: svn path=/head/; revision=136553
Diffstat (limited to 'devel/libstroke')
-rw-r--r--devel/libstroke/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/libstroke/Makefile b/devel/libstroke/Makefile
index bb21ca1b82dc..bf637d775261 100644
--- a/devel/libstroke/Makefile
+++ b/devel/libstroke/Makefile
@@ -16,7 +16,11 @@ COMMENT= A stroke translation library
USE_XLIB= yes
USE_GMAKE= yes
-USE_INC_LIBTOOL_VER= 13
+USE_LIBTOOL_VER=15
+USE_REINPLACE= yes
INSTALLS_SHLIB= yes
+post-patch:
+ @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
+ ${WRKSRC}/configure
.include <bsd.port.mk>