diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-07-22 16:27:08 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-07-22 16:27:08 +0000 |
commit | c10f314307a4e84ca4811cb03db549590b4c364a (patch) | |
tree | aefb02047d08a1e3c25a562330070cfdd71f0579 /japanese/waeijiro-fpw/Makefile | |
parent | beaeca88a88b0f7e641416a47008edd52290575c (diff) | |
download | ports-c10f314307a4e84ca4811cb03db549590b4c364a.tar.gz ports-c10f314307a4e84ca4811cb03db549590b4c364a.zip |
Notes
Diffstat (limited to 'japanese/waeijiro-fpw/Makefile')
-rw-r--r-- | japanese/waeijiro-fpw/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/japanese/waeijiro-fpw/Makefile b/japanese/waeijiro-fpw/Makefile index 277f1b5c33f6..a48c0beb77c0 100644 --- a/japanese/waeijiro-fpw/Makefile +++ b/japanese/waeijiro-fpw/Makefile @@ -29,14 +29,9 @@ SRCFILE?= waeiji52.txt # For eijiro included in a book sold by ALC Inc. # (http://www.alc.co.jp/alcshop/eng/eijiro/) -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500801 -JCODE= ${SITE_PERL}/${PERL_ARCH}/Jcode.pm -.else JCODE= ${SITE_PERL}/Jcode.pm -.endif +.include <bsd.port.pre.mk> DICT_ARCHIVE!= ${ECHO_CMD} ${DICT_PATH}/eijiro-original/*.exe || ${TRUE} .if exists(${DICT_ARCHIVE}) EXTRACT_DEPENDS+= lha:${PORTSDIR}/archivers/lha |