diff options
author | clsung <clsung@FreeBSD.org> | 2006-02-08 11:18:35 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-02-08 11:18:35 +0800 |
commit | 7ed9be131efed0bf357f08161c1cc580c862cd3a (patch) | |
tree | ba53b2a9ec6e9675f7d29e8c0ef221e30b5944a8 /textproc/openvanilla-modules | |
parent | 7812cee1de0f3294afaee45e5380ef8412e49eeb (diff) | |
download | freebsd-ports-gnome-7ed9be131efed0bf357f08161c1cc580c862cd3a.tar.gz freebsd-ports-gnome-7ed9be131efed0bf357f08161c1cc580c862cd3a.tar.zst freebsd-ports-gnome-7ed9be131efed0bf357f08161c1cc580c862cd3a.zip |
- lack of perl in build phase
- noticed by krismail
- remove USE_REINPLACE (implied)
PR: 92882
Submitted by: clsung
Approved by: maintainer
Diffstat (limited to 'textproc/openvanilla-modules')
-rw-r--r-- | textproc/openvanilla-modules/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/openvanilla-modules/Makefile b/textproc/openvanilla-modules/Makefile index 19848884a418..c7b61fea437e 100644 --- a/textproc/openvanilla-modules/Makefile +++ b/textproc/openvanilla-modules/Makefile @@ -21,7 +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 +USE_PERL5_BUILD= yes OPTIONS= OVIMArray "Array Input Module" on \ OVIMBig5 "Big5 Input Module" off \ |