diff options
author | joerg <joerg> | 2009-08-03 14:01:32 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-08-03 14:01:32 +0000 |
commit | 3d2432bc3572e3384a7da4df16b59f06a917e44e (patch) | |
tree | 214b28ddf462814e2c5e065fb7ede22618c18a15 /chat/gale | |
parent | 59be49906b00ca8e94aa6856cdb26b0adab641c1 (diff) | |
download | pkgsrc-3d2432bc3572e3384a7da4df16b59f06a917e44e.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 |