diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-05 22:13:03 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-05 22:13:03 +0000 |
| commit | c6c77cee064975a1514c7969f032865da02a28e1 (patch) | |
| tree | 92d48cff30e90cb3ea9ef32d3d5ebc1cff9601ce | |
| parent | AbiWord 2.0 has not been ported to use gucharmap-1.4.x yet. (diff) | |
sharutils is an EXTRACT_DEPENDS, not a BUILD_DEPENDS
| -rw-r--r-- | sysutils/copytape/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/copytape/Makefile b/sysutils/copytape/Makefile index 17267080da20..e7f5a1afb248 100644 --- a/sysutils/copytape/Makefile +++ b/sysutils/copytape/Makefile @@ -14,9 +14,9 @@ DISTNAME= copytape EXTRACT_SUFX= .Z MAINTAINER= ports@FreeBSD.org -COMMENT= A program that is used to duplicate magtapes +COMMENT= A program that is used to duplicate magtapes -BUILD_DEPENDS= gunshar:${PORTSDIR}/archivers/sharutils +EXTRACT_DEPENDS= gunshar:${PORTSDIR}/archivers/sharutils NO_WRKSUBDIR= yes |
