diff options
author | alnsn <alnsn@pkgsrc.org> | 2011-06-19 09:30:49 +0000 |
---|---|---|
committer | alnsn <alnsn@pkgsrc.org> | 2011-06-19 09:30:49 +0000 |
commit | 8297e28c05bd479b624dfbd1ffbeac52489aaf69 (patch) | |
tree | dc5c8927eb92dc1ff976ccdae61f124efc12deb6 /x11/xmx | |
parent | 41b4f473031ca12886959830a5b87aefb8b78b6b (diff) | |
download | pkgsrc-8297e28c05bd479b624dfbd1ffbeac52489aaf69.tar.gz |
Parallel builds fail on -current => MAKE_JOBS_SAFE=no.
Diffstat (limited to 'x11/xmx')
-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" |