summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-16 01:15:30 +0000
committerjlam <jlam>2005-05-16 01:15:30 +0000
commit147a5621c28e6a26de0b520dcecfda5698bace16 (patch)
treeda89fcd3343a63fa8c0fc4168d727db6478281a5 /sysutils
parent6b5baef6bfdba6145563c06d1db88770911af1a6 (diff)
downloadpkgsrc-147a5621c28e6a26de0b520dcecfda5698bace16.tar.gz
Note that gtar is required by the package.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/cpuburn/Makefile4
-rw-r--r--sysutils/lsof/Makefile6
2 files changed, 8 insertions, 2 deletions
diff --git a/sysutils/cpuburn/Makefile b/sysutils/cpuburn/Makefile
index 40f88cddc71..073e7adc3f3 100644
--- a/sysutils/cpuburn/Makefile
+++ b/sysutils/cpuburn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/09/29 22:05:11 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2005/05/16 01:15:33 jlam Exp $
#
DISTNAME= cpuburn_1_4
@@ -15,6 +15,8 @@ COMMENT= CPU load testing utilities for Pentium pro and later
ONLY_FOR_PLATFORM= *-*-i[3456]86
EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${GTAR} -xf -
+PKGSRC_USE_TOOLS+= gtar
+
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
do-install:
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index 187a61628cb..7d011394f9c 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2005/04/11 21:47:25 tv Exp $
+# $NetBSD: Makefile,v 1.83 2005/05/16 01:15:33 jlam Exp $
#
DISTNAME= lsof_4.74
@@ -32,6 +32,10 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
.include "../../mk/bsd.prefs.mk"
+.if !defined(EXTRACT_USING_PAX)
+PKGSRC_USE_TOOLS+= gtar
+.endif
+
.if ${OPSYS} == "NetBSD"
REAL_GROUP= -g kmem
.elif ${OPSYS} == "SunOS"