diff options
author | alnsn <alnsn> | 2011-06-19 09:30:49 +0000 |
---|---|---|
committer | alnsn <alnsn> | 2011-06-19 09:30:49 +0000 |
commit | e4c98c7f147ecc03825175ca1eed9bffc4779de3 (patch) | |
tree | dc5c8927eb92dc1ff976ccdae61f124efc12deb6 /x11 | |
parent | 916c566303403024456d1ff5f741c29f46eef736 (diff) | |
download | pkgsrc-e4c98c7f147ecc03825175ca1eed9bffc4779de3.tar.gz |
Parallel builds fail on -current => MAKE_JOBS_SAFE=no.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xmx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xmx/Makefile b/x11/xmx/Makefile index 685f02f2002..bdbdc68537d 100644 --- a/x11/xmx/Makefile +++ b/x11/xmx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2009/01/18 00:13:47 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2011/06/19 09:30:49 alnsn Exp $ DISTNAME= xmx-2.1alpha.pl7 PKGNAME= xmx-2.1a7 @@ -12,6 +12,7 @@ COMMENT= X11 Protocol Multiplexor PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no USE_IMAKE= yes .include "../../mk/bsd.prefs.mk" |