summaryrefslogtreecommitdiff
path: root/sysutils/lsof
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-16 01:15:30 +0000
committerjlam <jlam@pkgsrc.org>2005-05-16 01:15:30 +0000
commit7425b543e8f92cf560a58d4bf6db6c156cca9e85 (patch)
treeda89fcd3343a63fa8c0fc4168d727db6478281a5 /sysutils/lsof
parent578edcd385551fbafb4827036ad4654689210ee5 (diff)
downloadpkgsrc-7425b543e8f92cf560a58d4bf6db6c156cca9e85.tar.gz
Note that gtar is required by the package.
Diffstat (limited to 'sysutils/lsof')
-rw-r--r--sysutils/lsof/Makefile6
1 files changed, 5 insertions, 1 deletions
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"