diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-04 01:37:50 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-04 01:37:50 +0000 |
commit | fe6bd40c657e1c1d8a98dd9df3f5b8bed5264d3f (patch) | |
tree | d865aa80aabd28eaf8a850688ad82405bb49dde6 /japanese | |
parent | BROKEN: Does not compile (diff) |
s/USE_PERL/USE_PERL5/
Pointy hat to: knu
Notes
Notes:
svn path=/head/; revision=123068
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/kcode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/kcode/Makefile b/japanese/kcode/Makefile index cc153633d173..66ceceb31c61 100644 --- a/japanese/kcode/Makefile +++ b/japanese/kcode/Makefile @@ -17,7 +17,7 @@ COMMENT= A handy utility to show codepoint information of given characters RUN_DEPENDS= ${_RUN_DEPENDS} -USE_PERL= yes +USE_PERL5= yes NO_WRKSUBDIR= yes NO_BUILD= yes |