diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-03-22 07:44:20 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-03-22 07:44:20 +0000 |
commit | 4c6bd29a21023708c655c41aec34f64b8b3b3bcc (patch) | |
tree | 350266019bd77ecb7ec22f7e109dc9183f4a47b0 /japanese/p5-Jcode | |
parent | RUN_DEPEND on osf1_base in the DEC Alpha case. (diff) |
Add {BUILD,RUN}_DEPENDS on p5-MIME-Base64.
Notes
Notes:
svn path=/head/; revision=26951
Diffstat (limited to 'japanese/p5-Jcode')
-rw-r--r-- | japanese/p5-Jcode/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/japanese/p5-Jcode/Makefile b/japanese/p5-Jcode/Makefile index 5ff4409566b5..ae3aefc3ba6e 100644 --- a/japanese/p5-Jcode/Makefile +++ b/japanese/p5-Jcode/Makefile @@ -14,6 +14,9 @@ MASTER_SITE_SUBDIR= ../../authors/id/D/DA/DANKOGAI MAINTAINER= kuriyama@FreeBSD.org +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 + USE_PERL5= YES USE_ZIP= YES |