diff options
author | shattered <shattered@pkgsrc.org> | 2011-07-03 13:59:53 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2011-07-03 13:59:53 +0000 |
commit | 196ab8bb7c493b57f57234b707d1ff12a1534b38 (patch) | |
tree | 9322e8d4daf1d65a877225f3eec89005ec2b79af /sysutils | |
parent | b212cd72dbfde53e813c06ef39453ef3a5f21d91 (diff) | |
download | pkgsrc-196ab8bb7c493b57f57234b707d1ff12a1534b38.tar.gz |
PR/34029 -- gtar is probably not required any more.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cpuburn/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/cpuburn/Makefile b/sysutils/cpuburn/Makefile index 3e95107b720..d6b4b604538 100644 --- a/sysutils/cpuburn/Makefile +++ b/sysutils/cpuburn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2009/02/10 12:01:04 abs Exp $ +# $NetBSD: Makefile,v 1.17 2011/07/03 13:59:53 shattered Exp $ # DISTNAME= cpuburn_1_4 @@ -14,8 +14,6 @@ COMMENT= CPU load testing utilities for Pentium pro and later ONLY_FOR_PLATFORM= *-*-i[3456]86 -USE_TOOLS+= gtar - WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} PKG_DESTDIR_SUPPORT= user-destdir |