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 | 6e87b04d8dfdef2c2fc7d0984259316a02437db1 (patch) | |
tree | 214b28ddf462814e2c5e065fb7ede22618c18a15 /chat | |
parent | 4b50ad545a7fb9e12d7ecbaed66d8f61eab1659d (diff) | |
download | pkgsrc-6e87b04d8dfdef2c2fc7d0984259316a02437db1.tar.gz |
MAKE_JOBS_SAFE=no
Diffstat (limited to 'chat')
-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 |