diff options
author | joerg <joerg@pkgsrc.org> | 2009-08-03 14:01:32 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-08-03 14:01:32 +0000 |
commit | c2cb3bb135a87221ff5ff801e7dbbd568bf845a8 (patch) | |
tree | 214b28ddf462814e2c5e065fb7ede22618c18a15 /chat/gale | |
parent | 40cfa8f0790caba6c4701f4582921794a0520030 (diff) | |
download | pkgsrc-c2cb3bb135a87221ff5ff801e7dbbd568bf845a8.tar.gz |
MAKE_JOBS_SAFE=no
Diffstat (limited to 'chat/gale')
-rw-r--r-- | chat/gale/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/gale/Makefile b/chat/gale/Makefile index ed1777ff1dd..18287f17edb 100644 --- a/chat/gale/Makefile +++ b/chat/gale/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2009/05/20 00:58:08 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2009/08/03 14:01:32 joerg Exp $ DISTNAME= gale-0.99fruit PKGNAME= gale-0.99f @@ -13,6 +13,8 @@ COMMENT= Secure instant messaging system PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no + USE_GNU_READLINE= yes # needs rl_named_function() USE_LIBTOOL= yes GNU_CONFIGURE= yes |