diff options
Diffstat (limited to 'japanese/mypaedia-fpw/Makefile')
-rw-r--r-- | japanese/mypaedia-fpw/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/japanese/mypaedia-fpw/Makefile b/japanese/mypaedia-fpw/Makefile index a1317be5b45c..c8736b56e601 100644 --- a/japanese/mypaedia-fpw/Makefile +++ b/japanese/mypaedia-fpw/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= An encyclopedia "Mypaedia" (EPWING V1 format) BUILD_DEPENDS= fpwmake:${PORTSDIR}/japanese/freepwing \ - ${JCODE}:${PORTSDIR}/japanese/p5-Jcode + ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode IS_INTERACTIVE= YES RESTRICTED= "The original dictionary is not free" @@ -56,6 +56,4 @@ do-install: .endfor .endif -JCODE= ${SITE_PERL}/Jcode.pm - .include <bsd.port.mk> |