diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-02-08 03:18:35 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-02-08 03:18:35 +0000 |
commit | 9c19dc1066d4dd8bdaf6e5133ab37b358697cdf9 (patch) | |
tree | 53c6b707248e490453e4d05ffffbb17a4aeb0c00 /textproc/openvanilla-modules | |
parent | Add www/mod_pubcookie: (diff) |
- 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 \ |