diff options
author | nork <nork@FreeBSD.org> | 2005-11-13 19:23:30 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2005-11-13 19:23:30 +0800 |
commit | 0ce1adf2564ca9e5267a6e0ffe72e5f1b3e38c4d (patch) | |
tree | 7454b4a10aec7e8d2cc8556eb5aca003afa73eab /japanese/kcode | |
parent | 07a499bf855bfd9f893f0112bcfdeacb1ec056dd (diff) | |
download | freebsd-ports-gnome-0ce1adf2564ca9e5267a6e0ffe72e5f1b3e38c4d.tar.gz freebsd-ports-gnome-0ce1adf2564ca9e5267a6e0ffe72e5f1b3e38c4d.tar.zst freebsd-ports-gnome-0ce1adf2564ca9e5267a6e0ffe72e5f1b3e38c4d.zip |
Chase dependency on ja-p5-Jcode.
I don't bump PORTREVISION. Because dependency on ja-p5-Jcode
is correct, only path isn't correct. This is build phase
issue.
Diffstat (limited to 'japanese/kcode')
-rw-r--r-- | japanese/kcode/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/japanese/kcode/Makefile b/japanese/kcode/Makefile index 84c6219d2a07..612b6528f699 100644 --- a/japanese/kcode/Makefile +++ b/japanese/kcode/Makefile @@ -32,6 +32,8 @@ MANCOMPRESSED= no IGNORE= This port requires perl 5.6.0 or later .elif ${PERL_LEVEL} < 500800 _RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Jcode.pm:${PORTSDIR}/japanese/p5-Jcode +else +_RUN_DEPENDS= ${SITE_PERL}/Jcode.pm:${PORTSDIR}/japanese/p5-Jcode .endif do-extract: |