diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-05 22:21:22 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-05 22:21:22 +0000 |
commit | 428213218b28beaa380afb3a0694b1740082e404 (patch) | |
tree | 00aebf1a21360b09bf4ab690ed57cf37f0752378 /japanese | |
parent | 499d9224e1b3a130f8dd45babc48eb29d9a3bc4e (diff) | |
download | ports-428213218b28beaa380afb3a0694b1740082e404.tar.gz ports-428213218b28beaa380afb3a0694b1740082e404.zip |
lha is an EXTRACT_DEPENDS, not BUILD_DEPENDS
Notes
Notes:
svn path=/head/; revision=106261
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/xvi-euc/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/xvi-euc/Makefile.common b/japanese/xvi-euc/Makefile.common index cae1db1ef520..486372f8a572 100644 --- a/japanese/xvi-euc/Makefile.common +++ b/japanese/xvi-euc/Makefile.common @@ -12,7 +12,7 @@ DISTFILES= ${PORTNAME}-2.19.tar.bz2 \ MAINTAINER?= ports@FreeBSD.org -BUILD_DEPENDS= lha:${PORTSDIR}/archivers/lha +EXTRACT_DEPENDS=lha:${PORTSDIR}/archivers/lha USE_REINPLACE= yes |