aboutsummaryrefslogtreecommitdiff
path: root/textproc/openvanilla-modules
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-01-25 07:04:17 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-01-25 07:04:17 +0000
commit9d7e07316682ff071b6642c86565dcbe8f9a306d (patch)
tree948b3d2d4e3fa1c2eeb97c9c3202521ed62860df /textproc/openvanilla-modules
parent86f8d8d6dabcda9aac5ba1325a6900efb00fafee (diff)
downloadports-9d7e07316682ff071b6642c86565dcbe8f9a306d.tar.gz
ports-9d7e07316682ff071b6642c86565dcbe8f9a306d.zip
Notes
Diffstat (limited to 'textproc/openvanilla-modules')
-rw-r--r--textproc/openvanilla-modules/Makefile6
1 files changed, 6 insertions, 0 deletions
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 <bsd.port.pre.mk>
+post-patch:
+ @${REINPLACE_CMD} -e \
+ 's|LIBTOOL=.*|LIBTOOL=${LIBTOOL}|;' \
+ ${WRKSRC}/Mk/ov.vars.mk
+
.if !defined(WITHOUT_OVIMArray)
PLIST_SUB+= OVIMArray=""
.else