diff options
author | nork <nork@FreeBSD.org> | 2004-10-19 00:40:53 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-10-19 00:40:53 +0000 |
commit | b15d8fbbb1d8924068ecfe50cfdc726d468418f7 (patch) | |
tree | 3651bc52f6ca1d2dc9b1325575e62aa05f416319 /japanese | |
parent | bd7409480d819399938e849639f0bff6ddcdcdca (diff) | |
download | FreeBSD-ports-b15d8fbbb1d8924068ecfe50cfdc726d468418f7.zip FreeBSD-ports-b15d8fbbb1d8924068ecfe50cfdc726d468418f7.tar.gz |
Use EXTRACT_DEPENDS rather than BUILD_DEPENDS.
Submitted by: Masahide -mac- NODA <mac@clave.gr.jp>
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/motoya-ttfonts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/motoya-ttfonts/Makefile b/japanese/motoya-ttfonts/Makefile index ebcdd46..916f904 100644 --- a/japanese/motoya-ttfonts/Makefile +++ b/japanese/motoya-ttfonts/Makefile @@ -20,7 +20,7 @@ DIST_SUBDIR= motoya MAINTAINER= nork@FreeBSD.org COMMENT= Free Japanese TrueType fonts named 'MOTOYA' -BUILD_DEPENDS+= lha:${PORTSDIR}/archivers/lha +EXTRACT_DEPENDS+= lha:${PORTSDIR}/archivers/lha RESTRICTED= Personal, non-profit, and evaluation purpose only NO_CDROM= Redistribution not permitted in any form |