diff options
author | wiz <wiz> | 2009-05-26 08:14:15 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-05-26 08:14:15 +0000 |
commit | 3e32556e9a62dcbfaabba1b520c70ee15f67685b (patch) | |
tree | fd7c1460f8dc9b50cd07769db3a9ec5a56f43025 /multimedia | |
parent | 751a2026280b6f9eecdf923532e8421c05aaf43c (diff) | |
download | pkgsrc-3e32556e9a62dcbfaabba1b520c70ee15f67685b.tar.gz |
Mark as not make-jobs safe.
From Ryo HAYASAKA in PR 41491.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libmpeg3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/libmpeg3/Makefile b/multimedia/libmpeg3/Makefile index a0a73ab9784..bf6bb912e29 100644 --- a/multimedia/libmpeg3/Makefile +++ b/multimedia/libmpeg3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2009/01/29 17:53:49 abs Exp $ +# $NetBSD: Makefile,v 1.15 2009/05/26 08:14:15 wiz Exp $ # DISTNAME= libmpeg3-1.8-src @@ -13,6 +13,7 @@ HOMEPAGE= http://heroines.sourceforge.net/libmpeg3.php3 COMMENT= MPEG decoding library PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no .include "../../mk/bsd.prefs.mk" |