diff options
author | joerg <joerg@pkgsrc.org> | 2011-03-30 21:56:32 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-03-30 21:56:32 +0000 |
commit | cd7c3c6a0f4714cec380ca3dc25e0856477a2984 (patch) | |
tree | 5e744a5b2da75aed9375ed33246e6673eabeffa6 /chat/xaric | |
parent | 468b69e2150b667a19a2fd95227b7eb3cb36647f (diff) | |
download | pkgsrc-cd7c3c6a0f4714cec380ca3dc25e0856477a2984.tar.gz |
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'chat/xaric')
-rw-r--r-- | chat/xaric/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/xaric/Makefile b/chat/xaric/Makefile index f233c65d654..ebbcd0503e1 100644 --- a/chat/xaric/Makefile +++ b/chat/xaric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2010/11/13 21:08:54 shattered Exp $ +# $NetBSD: Makefile,v 1.18 2011/03/30 21:56:32 joerg Exp $ # DISTNAME= xaric-0.12.1 @@ -11,6 +11,7 @@ HOMEPAGE= http://rexfeany.com/software/xaric/ COMMENT= IRC client similar to BitchX and ircII PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no GNU_CONFIGURE= yes USE_TOOLS+= gmake |