diff options
author | wiz <wiz> | 2009-03-12 09:21:01 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-03-12 09:21:01 +0000 |
commit | 6409ab79361d93188714960f531a167cd5b97a1b (patch) | |
tree | dfb6e2cfd917bbe7dd94f7f2b24a5b9b24aef395 /multimedia | |
parent | 846a03d0f7c78198e70baf7ef0e42dfbd142e77f (diff) | |
download | pkgsrc-6409ab79361d93188714960f531a167cd5b97a1b.tar.gz |
Mark MAKE_JOBS_SAFE=no. From Ryo HAYASAKA in PR 40996.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/ming/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/ming/Makefile b/multimedia/ming/Makefile index 24d164fb2f0..43c6eb7234e 100644 --- a/multimedia/ming/Makefile +++ b/multimedia/ming/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/04/03 08:42:25 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2009/03/12 09:21:01 wiz Exp $ # DISTNAME= ming-0.3.0 @@ -11,6 +11,7 @@ HOMEPAGE= http://ming.sourceforge.net/ COMMENT= Create SWF (Macromedia Flash) files with this library PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no USE_LANGUAGES= c c++ USE_TOOLS+= bison flex |