diff options
author | kris <kris@FreeBSD.org> | 2004-04-06 06:13:03 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-06 06:13:03 +0800 |
commit | 8b73081ebb4a8e80943e90ab071091a534ac891a (patch) | |
tree | e2df970cf244aa94b1978dc68fb46f0e47267a39 | |
parent | 9512309aa150964fa2c64e1b0144cfe8b4627545 (diff) | |
download | freebsd-ports-gnome-8b73081ebb4a8e80943e90ab071091a534ac891a.tar.gz freebsd-ports-gnome-8b73081ebb4a8e80943e90ab071091a534ac891a.tar.zst freebsd-ports-gnome-8b73081ebb4a8e80943e90ab071091a534ac891a.zip |
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 |