aboutsummaryrefslogtreecommitdiff
path: root/textproc/xls2xml
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2005-06-03 20:18:13 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2005-06-03 20:18:13 +0000
commit6bb41db8de2d230dc7094adc1e6814b4d08a8f6e (patch)
tree42a20005016b408ec71bd095c4b1866ea68b233d /textproc/xls2xml
parent13142dd19cb90b39fac29bd90bd4920febccdd35 (diff)
downloadports-6bb41db8de2d230dc7094adc1e6814b4d08a8f6e.tar.gz
ports-6bb41db8de2d230dc7094adc1e6814b4d08a8f6e.zip
change the libtool version to use from 1.3 to 1.5
Notes
Notes: svn path=/head/; revision=136758
Diffstat (limited to 'textproc/xls2xml')
-rw-r--r--textproc/xls2xml/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/textproc/xls2xml/Makefile b/textproc/xls2xml/Makefile
index fd28e4d9a80d..efd35e8f343d 100644
--- a/textproc/xls2xml/Makefile
+++ b/textproc/xls2xml/Makefile
@@ -18,9 +18,14 @@ COMMENT= A utility for converting MS Excel files to XML
LIB_DEPENDS= cole.2:${PORTSDIR}/textproc/cole \
xml.5:${PORTSDIR}/textproc/libxml
-USE_INC_LIBTOOL_VER=13
+USE_LIBTOOL_VER=15
INSTALLS_SHLIB= yes
+USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lcole"
+post-patch:
+ @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
+ ${WRKSRC}/configure
+
.include <bsd.port.mk>