diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-02-10 10:10:51 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-02-10 10:10:51 +0800 |
commit | a09d2090dc747f143e17121e4297b6cb392766c2 (patch) | |
tree | dd538d81b59cd0568f4597052b1ea8baf33d6304 /japanese | |
parent | 9e63263bf9aebc5239140869678deda69103a7d8 (diff) | |
download | freebsd-ports-gnome-a09d2090dc747f143e17121e4297b6cb392766c2.tar.gz freebsd-ports-gnome-a09d2090dc747f143e17121e4297b6cb392766c2.tar.zst freebsd-ports-gnome-a09d2090dc747f143e17121e4297b6cb392766c2.zip |
Remove unzip from run_depends.
Diffstat (limited to 'japanese')
-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 |