diff options
author | abs <abs@pkgsrc.org> | 2011-03-14 18:18:33 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2011-03-14 18:18:33 +0000 |
commit | 74178e6d2a99aa7446e5a417827a9fb121abb4ac (patch) | |
tree | 15be7e0dab1a09c220c70c09d4180f94b52448f1 /archivers/p7zip | |
parent | dfeb3d7fe458f038238b15dd38d0db2b9f1830f9 (diff) | |
download | pkgsrc-74178e6d2a99aa7446e5a417827a9fb121abb4ac.tar.gz |
Appears to need gmake, at least on netbsd-5.1
Diffstat (limited to 'archivers/p7zip')
-rw-r--r-- | archivers/p7zip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile index c652ce6d7f5..3193aafb48d 100644 --- a/archivers/p7zip/Makefile +++ b/archivers/p7zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2011/03/14 12:36:42 adam Exp $ +# $NetBSD: Makefile,v 1.49 2011/03/14 18:18:33 abs Exp $ DISTNAME= p7zip_9.20_src_all PKGNAME= p7zip-9.20 @@ -20,6 +20,7 @@ MAKE_JOBS_SAFE= no # missing header when compiling sfx NO_CONFIGURE= yes PTHREAD_OPTS+= require PLIST_VARS= dll +USE_TOOLS= gmake # compiles, but does not recognize any archives as supported DYNAMIC_7Z= NO |