diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-05-03 15:34:58 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-05-03 15:34:58 +0000 |
commit | b8fa456e5111da1dc05a43d8325369a372f72d78 (patch) | |
tree | 2db2b91e5debc8ceb8bae3bff2cd6b9e7a497d44 /japanese/mikachan-ttfonts | |
parent | Update to 0.2.1. (diff) |
Use EXTRACT_DEPENDS rather than BUILD_DEPENDS.
PR: ports/51405
Submitted by: Dirk Gouders <gouders@et.bocholt.fh-ge.de>
Approved by: maintainer timeout (1 week)
Notes
Notes:
svn path=/head/; revision=80051
Diffstat (limited to 'japanese/mikachan-ttfonts')
-rw-r--r-- | japanese/mikachan-ttfonts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/mikachan-ttfonts/Makefile b/japanese/mikachan-ttfonts/Makefile index bb1733e985d4..3c0583891231 100644 --- a/japanese/mikachan-ttfonts/Makefile +++ b/japanese/mikachan-ttfonts/Makefile @@ -18,7 +18,7 @@ EXTRACT_SUFX= .lzh MAINTAINER= sada@FreeBSD.org COMMENT= Handwritten Japanese TrueType fonts by Mika-chan -BUILD_DEPENDS= lha:${PORTSDIR}/archivers/lha +EXTRACT_DEPENDS= lha:${PORTSDIR}/archivers/lha NO_CDROM= "Don't sell distfile" EXTRACT_CMD= lha |