diff options
author | nork <nork@FreeBSD.org> | 2003-05-03 23:34:58 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-05-03 23:34:58 +0800 |
commit | f1fc9ba3afaa84d1ee5db6cbfa329e88ac5401c6 (patch) | |
tree | 5ab92a14352ce75fec31f429046077ac9d1cee13 | |
parent | c967dd1534ad2437e51d511cb93739bf55cb8795 (diff) | |
download | freebsd-ports-gnome-f1fc9ba3afaa84d1ee5db6cbfa329e88ac5401c6.tar.gz freebsd-ports-gnome-f1fc9ba3afaa84d1ee5db6cbfa329e88ac5401c6.tar.zst freebsd-ports-gnome-f1fc9ba3afaa84d1ee5db6cbfa329e88ac5401c6.zip |
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)
-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 |