diff options
author | az <az@FreeBSD.org> | 2012-10-11 00:56:07 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-10-11 00:56:07 +0800 |
commit | 8f0790ca8dcd48ac80e3ceeb14da6d5199c96272 (patch) | |
tree | 49e2ff461981d4199670afbf88a721e108c5d8f2 /japanese/eijiro-fpw | |
parent | be64ca8d2e1b7b23d17db16d92cdbe25d874fc18 (diff) | |
download | freebsd-ports-gnome-8f0790ca8dcd48ac80e3ceeb14da6d5199c96272.tar.gz freebsd-ports-gnome-8f0790ca8dcd48ac80e3ceeb14da6d5199c96272.tar.zst freebsd-ports-gnome-8f0790ca8dcd48ac80e3ceeb14da6d5199c96272.zip |
- Remove SITE_PERL from *_DEPENDS (final part)
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'japanese/eijiro-fpw')
-rw-r--r-- | japanese/eijiro-fpw/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/japanese/eijiro-fpw/Makefile b/japanese/eijiro-fpw/Makefile index bd4c46dafb1a..0b7b0a499780 100644 --- a/japanese/eijiro-fpw/Makefile +++ b/japanese/eijiro-fpw/Makefile @@ -17,7 +17,7 @@ COMMENT= EIJIRO English - Japanese Dictionary (EPWING V1 format) EXTRACT_DEPENDS=${LOCALBASE}/share/freepwing/fpwutils.mk:${PORTSDIR}/japanese/freepwing BUILD_DEPENDS= ${LOCALBASE}/libexec/freepwing/catdump:${PORTSDIR}/japanese/freepwing \ - ${JCODE}:${PORTSDIR}/japanese/p5-Jcode + ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode MANUAL_PACKAGE_BUILD=Needs data from CDROM RESTRICTED= "The original dictionary is not free" @@ -30,8 +30,6 @@ SRCFILE?= eijiro52.txt # For eijiro included in a book sold by ALC Inc. # (http://www.alc.co.jp/alcshop/eng/eijiro/) -JCODE= ${SITE_PERL}/Jcode.pm - .include <bsd.port.pre.mk> DICT_ARCHIVE!= ${ECHO_CMD} ${DICT_PATH}/eijiro-original/*.exe || ${TRUE} |