diff options
Diffstat (limited to 'chat/gale/Makefile')
-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 |