aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-04-06 06:13:03 +0800
committerkris <kris@FreeBSD.org>2004-04-06 06:13:03 +0800
commit8b73081ebb4a8e80943e90ab071091a534ac891a (patch)
treee2df970cf244aa94b1978dc68fb46f0e47267a39
parent9512309aa150964fa2c64e1b0144cfe8b4627545 (diff)
downloadfreebsd-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/Makefile4
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