diff options
author | knu <knu@FreeBSD.org> | 2003-05-04 04:00:31 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-05-04 04:00:31 +0800 |
commit | 2f6f0c659d8f9cc8f0c0670f330d1fc151bb3505 (patch) | |
tree | 1373ef1e1db2f6a02102d7874f2605cbba88c545 /japanese | |
parent | a2e765d1288f8435e6db2f36570463c6771968bb (diff) | |
download | freebsd-ports-graphics-2f6f0c659d8f9cc8f0c0670f330d1fc151bb3505.tar.gz freebsd-ports-graphics-2f6f0c659d8f9cc8f0c0670f330d1fc151bb3505.tar.zst freebsd-ports-graphics-2f6f0c659d8f9cc8f0c0670f330d1fc151bb3505.zip |
Fix a typo.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/mecab/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/mecab/Makefile b/japanese/mecab/Makefile index 42f1e8d5172..546ff68b70d 100644 --- a/japanese/mecab/Makefile +++ b/japanese/mecab/Makefile @@ -18,7 +18,7 @@ EXTRACT_DEPENDS= ${NONEXISTENT}:${IPADIC_PORTDIR}:patch IPADIC_PORTDIR= ${PORTSDIR}/japanese/ipadic -USE_PERL= yes +USE_PERL5_BUILD= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes |