diff options
author | gdt <gdt> | 2007-04-13 13:00:51 +0000 |
---|---|---|
committer | gdt <gdt> | 2007-04-13 13:00:51 +0000 |
commit | da543a3230ef10fdafc4e9966827e92ae83e21be (patch) | |
tree | 8a36604759b3ac6502ae685ca0845a3e921cb4d5 /net/ORBit2/Makefile | |
parent | 1dd748ca28eeee9d0179f7eb55bd75724f22a9ed (diff) | |
download | pkgsrc-da543a3230ef10fdafc4e9966827e92ae83e21be.tar.gz |
add:
# make sometimes spins forever
MAKE_JOBS_SAFE= no
Diffstat (limited to 'net/ORBit2/Makefile')
-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 |