diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-05 22:18:38 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-05 22:18:38 +0000 |
commit | 499d9224e1b3a130f8dd45babc48eb29d9a3bc4e (patch) | |
tree | 5c8ea810cf7cc590f8bc54d13bd4d52707b8cb94 /japanese/today | |
parent | 750a34caf43086f23343f8378c78bbe26f746f9b (diff) |
lha and nkf are EXTRACT_DEPENDS, not BUILD_DEPENDS
Notes
Notes:
svn path=/head/; revision=106260
Diffstat (limited to 'japanese/today')
-rw-r--r-- | japanese/today/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/today/Makefile b/japanese/today/Makefile index 8a3bdb641be9..f7d37c36965f 100644 --- a/japanese/today/Makefile +++ b/japanese/today/Makefile @@ -16,7 +16,7 @@ DISTFILES= td${PORTVERSION:S/.//}s.lzh \ MAINTAINER= rewsirow@ff.iij4u.or.jp COMMENT= Tells you what day today is -BUILD_DEPENDS= lha:${PORTSDIR}/archivers/lha \ +EXTRACT_DEPENDS=lha:${PORTSDIR}/archivers/lha \ nkf:${PORTSDIR}/japanese/nkf EXTRACT_CMD= lha |