diff options
author | jlam <jlam> | 2005-05-16 01:15:30 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-05-16 01:15:30 +0000 |
commit | 147a5621c28e6a26de0b520dcecfda5698bace16 (patch) | |
tree | da89fcd3343a63fa8c0fc4168d727db6478281a5 /sysutils/lsof | |
parent | 6b5baef6bfdba6145563c06d1db88770911af1a6 (diff) | |
download | pkgsrc-147a5621c28e6a26de0b520dcecfda5698bace16.tar.gz |
Note that gtar is required by the package.
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 6 |
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" |