diff options
author | gdt <gdt@pkgsrc.org> | 2011-09-07 00:34:56 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2011-09-07 00:34:56 +0000 |
commit | 74ff8d91d14c1019371be1993931fad4e34e34cc (patch) | |
tree | fb368147b5b6177949153a73ce5b66afa30f5056 /net/tor | |
parent | 9c5ee0807d7ff2a0a69d967a18c5a559530fd7ee (diff) | |
download | pkgsrc-74ff8d91d14c1019371be1993931fad4e34e34cc.tar.gz |
USE_TOOLS+= gmake
Build fails with BSD make. Reported to tor-talk@.
Diffstat (limited to 'net/tor')
-rw-r--r-- | net/tor/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/tor/Makefile b/net/tor/Makefile index ec8de3fa290..e59a7665fa4 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.81 2011/09/06 23:49:25 gdt Exp $ +# $NetBSD: Makefile,v 1.82 2011/09/07 00:34:56 gdt Exp $ # DISTNAME= tor-0.2.2.32 @@ -17,6 +17,10 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "../../mk/bsd.prefs.mk" USE_LANGUAGES= c99 +# tor is not documented to require GNU make, but it fails to build on +# NetBSD 5.1 with (system) BSD make. Reported to +# tor-talk@lists.torproject.org on 20110907. +USE_TOOLS+= gmake USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes |