diff options
author | obache <obache@pkgsrc.org> | 2013-04-12 12:38:14 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-04-12 12:38:14 +0000 |
commit | 2fd31354128a203db838c733fcee8b763538707f (patch) | |
tree | f88f4f41644f5fe341fe162e1f16b966b13c9602 /mk | |
parent | 7b8cda3ba2ec56c4083c148b7ea6cd0d24d39080 (diff) | |
download | pkgsrc-2fd31354128a203db838c733fcee8b763538707f.tar.gz |
tabify
Diffstat (limited to 'mk')
-rw-r--r-- | mk/extract/bsd.extract-vars.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/extract/bsd.extract-vars.mk b/mk/extract/bsd.extract-vars.mk index 8d68ac04e3f..6350ba1a232 100644 --- a/mk/extract/bsd.extract-vars.mk +++ b/mk/extract/bsd.extract-vars.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.extract-vars.mk,v 1.14 2012/10/01 10:45:16 ryoon Exp $ +# $NetBSD: bsd.extract-vars.mk,v 1.15 2013/04/12 12:38:14 obache Exp $ # # This Makefile fragment is included separately by bsd.pkg.mk and # defines some variables which must be defined earlier than where @@ -84,6 +84,6 @@ USE_TOOLS+= rpm2pkg USE_TOOLS+= gem .endif .if !empty(EXTRACT_ONLY:M*.7z) -USE_TOOLS+= 7za +USE_TOOLS+= 7za .endif |