diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-02-10 02:10:51 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-02-10 02:10:51 +0000 |
commit | 10b2a1828af828f1ee029b61a85bbef8386df5c7 (patch) | |
tree | 99e05dc0fa72b19b3356fb131577306d24d9cc07 /japanese/p5-Jcode | |
parent | 1f27b851f6fb40242de665359ebae02bd28ec2ed (diff) | |
download | freebsd-ports-10b2a1828af828f1ee029b61a85bbef8386df5c7.zip |
Remove unzip from run_depends.
Diffstat (limited to 'japanese/p5-Jcode')
-rw-r--r-- | japanese/p5-Jcode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/p5-Jcode/Makefile b/japanese/p5-Jcode/Makefile index d6e84c229d0d..edd074b08846 100644 --- a/japanese/p5-Jcode/Makefile +++ b/japanese/p5-Jcode/Makefile @@ -14,7 +14,7 @@ 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= ${BUILD_DEPENDS} +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 |