From 9d7e07316682ff071b6642c86565dcbe8f9a306d Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Wed, 25 Jan 2006 07:04:17 +0000 Subject: - fix broken raised in pointyhat Msg: "gmake: ../../Utilities/find-libtool.pl: Command not found" --- textproc/openvanilla-modules/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'textproc/openvanilla-modules/Makefile') diff --git a/textproc/openvanilla-modules/Makefile b/textproc/openvanilla-modules/Makefile index 899ea4c0c78e..19848884a418 100644 --- a/textproc/openvanilla-modules/Makefile +++ b/textproc/openvanilla-modules/Makefile @@ -21,6 +21,7 @@ RUN_DEPENDS= ${X11BASE}/lib/scim-1.0/IMEngine/OVLoader-SCIM.so:${PORTSDIR}/textp USE_X_PREFIX= yes USE_AUTOTOOLS= libtool:15:env USE_GMAKE= yes +USE_REINPLACE= yes OPTIONS= OVIMArray "Array Input Module" on \ OVIMBig5 "Big5 Input Module" off \ @@ -33,6 +34,11 @@ OPTIONS= OVIMArray "Array Input Module" on \ .include +post-patch: + @${REINPLACE_CMD} -e \ + 's|LIBTOOL=.*|LIBTOOL=${LIBTOOL}|;' \ + ${WRKSRC}/Mk/ov.vars.mk + .if !defined(WITHOUT_OVIMArray) PLIST_SUB+= OVIMArray="" .else -- cgit v1.2.3