diff options
author | nork <nork@FreeBSD.org> | 2003-04-05 03:43:31 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-04-05 03:43:31 +0800 |
commit | 7dc955ab312f72b97d10cc26aea3a358a7033f6a (patch) | |
tree | 5171ab1bfadcc3298634f15ea0cc5cab130a64c4 /japanese | |
parent | 11c77e94a821b4aac92c184e9d4ff7d7d9f31026 (diff) | |
download | freebsd-ports-gnome-7dc955ab312f72b97d10cc26aea3a358a7033f6a.tar.gz freebsd-ports-gnome-7dc955ab312f72b97d10cc26aea3a358a7033f6a.tar.zst freebsd-ports-gnome-7dc955ab312f72b97d10cc26aea3a358a7033f6a.zip |
Use EXTRACT_DEPENDS on japanese/freepwing rather than use BUILD_DEPENDS.
Approved by: maintainer timeout (4 days)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/eijiro-fpw/Makefile | 2 | ||||
-rw-r--r-- | japanese/otojiro-fpw/Makefile | 2 | ||||
-rw-r--r-- | japanese/waeijiro-fpw/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/japanese/eijiro-fpw/Makefile b/japanese/eijiro-fpw/Makefile index c9dbf5fcc92a..4a93b25c373d 100644 --- a/japanese/eijiro-fpw/Makefile +++ b/japanese/eijiro-fpw/Makefile @@ -14,8 +14,8 @@ DISTNAME= ${PORTNAME}${PORTVERSION}-src MAINTAINER= taoka@FreeBSD.org COMMENT= EIJIRO English - Japanese Dictionary (EPWING V1 format) +EXTRACT_DEPENDS=${LOCALBASE}/share/doc/freepwing/fpwutils.mk:${PORTSDIR}/japanese/freepwing BUILD_DEPENDS= ${LOCALBASE}/libexec/freepwing/catdump:${PORTSDIR}/japanese/freepwing \ - ${LOCALBASE}/share/doc/freepwing/fpwutils.mk:${PORTSDIR}/japanese/freepwing \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Jcode.pm:${PORTSDIR}/japanese/p5-Jcode RESTRICTED= "The original dictionary is not free" diff --git a/japanese/otojiro-fpw/Makefile b/japanese/otojiro-fpw/Makefile index 1ebbf48687ba..25c70855040b 100644 --- a/japanese/otojiro-fpw/Makefile +++ b/japanese/otojiro-fpw/Makefile @@ -15,8 +15,8 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.a/a/}-src MAINTAINER= taoka@FreeBSD.org COMMENT= OTOJIRO English - Japanese Dictionary (EPWING V1 format) +EXTRACT_DEPENDS=${LOCALBASE}/share/doc/freepwing/fpwutils.mk:${PORTSDIR}/japanese/freepwing BUILD_DEPENDS= ${LOCALBASE}/libexec/freepwing/catdump:${PORTSDIR}/japanese/freepwing \ - ${LOCALBASE}/share/doc/freepwing/fpwutils.mk:${PORTSDIR}/japanese/freepwing \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Jcode.pm:${PORTSDIR}/japanese/p5-Jcode RESTRICTED= "The original dictionary is not free" diff --git a/japanese/waeijiro-fpw/Makefile b/japanese/waeijiro-fpw/Makefile index e828c77c2f34..b4aba24098e0 100644 --- a/japanese/waeijiro-fpw/Makefile +++ b/japanese/waeijiro-fpw/Makefile @@ -15,8 +15,8 @@ MASTER_SITES= http://www.dsl.gr.jp/~tf/ MAINTAINER= taoka@FreeBSD.org COMMENT= WAEIJIRO English - Japanese Dictionary (EPWING V1 format) +EXTRACT_DEPENDS=${LOCALBASE}/share/doc/freepwing/fpwutils.mk:${PORTSDIR}/japanese/freepwing BUILD_DEPENDS= ${LOCALBASE}/libexec/freepwing/catdump:${PORTSDIR}/japanese/freepwing \ - ${LOCALBASE}/share/doc/freepwing/fpwutils.mk:${PORTSDIR}/japanese/freepwing \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Jcode.pm:${PORTSDIR}/japanese/p5-Jcode RESTRICTED= "The original dictionary is not free" |