aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/xmlpp
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2005-06-04 04:18:13 +0800
committeroliver <oliver@FreeBSD.org>2005-06-04 04:18:13 +0800
commitb5d977c1267293179b1deaadf74303780d1dcc3d (patch)
treeb85b6acba969d5f08821ca6523acc427c0e9ab20 /textproc/xmlpp
parent0b822479b120df9aab7269907873dd7d9981eec3 (diff)
downloadfreebsd-ports-gnome-b5d977c1267293179b1deaadf74303780d1dcc3d.tar.gz
freebsd-ports-gnome-b5d977c1267293179b1deaadf74303780d1dcc3d.tar.zst
freebsd-ports-gnome-b5d977c1267293179b1deaadf74303780d1dcc3d.zip
change the libtool version to use from 1.3 to 1.5
Diffstat (limited to 'textproc/xmlpp')
-rw-r--r--textproc/xmlpp/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/textproc/xmlpp/Makefile b/textproc/xmlpp/Makefile
index e67482df40bd..beab68dc294f 100644
--- a/textproc/xmlpp/Makefile
+++ b/textproc/xmlpp/Makefile
@@ -16,13 +16,17 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= XML Parser and Validator
USE_REINPLACE= yes
-FETCH_CMD= /usr/bin/fetch
+#FETCH_CMD= /usr/bin/fetch
USE_GMAKE= yes
-USE_INC_LIBTOOL_VER=13
+USE_LIBTOOL_VER=15
pre-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|/usr/local/share|$$(datadir)|g'
@${RM} ${WRKSRC}/config.cache
+post-patch:
+ @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
+ ${WRKSRC}/configure
+
.include <bsd.port.mk>