diff options
author | gdt <gdt@pkgsrc.org> | 2007-04-13 13:00:51 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-04-13 13:00:51 +0000 |
commit | b23fec511306e75f210804820653dd56d3819eb8 (patch) | |
tree | 8a36604759b3ac6502ae685ca0845a3e921cb4d5 /net/ORBit2 | |
parent | 2102385f847906eb6fa0612b7a1ba769dad8d8bc (diff) | |
download | pkgsrc-b23fec511306e75f210804820653dd56d3819eb8.tar.gz |
add:
# make sometimes spins forever
MAKE_JOBS_SAFE= no
Diffstat (limited to 'net/ORBit2')
-rw-r--r-- | net/ORBit2/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/ORBit2/Makefile b/net/ORBit2/Makefile index cf062fd1109..ee6d0314c88 100644 --- a/net/ORBit2/Makefile +++ b/net/ORBit2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2007/03/18 21:00:55 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2007/04/13 13:00:51 gdt Exp $ # DISTNAME= ORBit2-2.14.7 @@ -15,6 +15,9 @@ PKG_DESTDIR_SUPPORT= user-destdir CONFLICTS= linc>=1.1 +# make sometimes spins forever +MAKE_JOBS_SAFE= no + USE_TOOLS+= gmake pkg-config USE_LIBTOOL= YES GNU_CONFIGURE= YES |