diff options
author | SADA Kenji <sada@FreeBSD.org> | 2002-07-11 04:35:35 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2002-07-11 04:35:35 +0000 |
commit | 39a004ad35d0e7592ea14a7e211cd309b310de09 (patch) | |
tree | c4236f37442826079b7616c34d28b6b1d8a5a29f /print | |
parent | display PKGMESSAGE on manual build too. (diff) |
depend to ja-jcode.pl instead of ja-p5-jcode.pl .
I'm about to remove ja-p5-jcode.pl since it isn't perl module.
Approved by: Maintainer
Diffstat (limited to 'print')
-rw-r--r-- | print/perlftlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/perlftlib/Makefile b/print/perlftlib/Makefile index 45426b303286..4e6d928c4789 100644 --- a/print/perlftlib/Makefile +++ b/print/perlftlib/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= sada MAINTAINER= taoka@FreeBSD.org -RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/jcode.pl:${PORTSDIR}/japanese/p5-jcode.pl +RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/jcode.pl:${PORTSDIR}/japanese/jcode.pl USE_FREETYPE= yes USE_PERL5= yes |