diff options
author | dholland <dholland@pkgsrc.org> | 2010-04-27 22:08:42 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2010-04-27 22:08:42 +0000 |
commit | c6b73c9eff659fcf719ba61378a629f3bfb495ac (patch) | |
tree | a43aec7d6de4a9094ea8580547653075e145a89c /x11 | |
parent | 1262fefdf6a53fbe7de2b654231c61c10537e5b5 (diff) | |
download | pkgsrc-c6b73c9eff659fcf719ba61378a629f3bfb495ac.tar.gz |
Not MAKE_JOBS_SAFE, as seen in kefren's bulk build today.
(We can all now die of not surprise...)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xview-clients/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xview-clients/Makefile b/x11/xview-clients/Makefile index a7bfcbe8917..ee2bf0395cf 100644 --- a/x11/xview-clients/Makefile +++ b/x11/xview-clients/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2009/12/10 20:37:36 abs Exp $ +# $NetBSD: Makefile,v 1.34 2010/04/27 22:08:42 dholland Exp $ DISTNAME= xview3.2p1-X11R6 PKGNAME= xview-clients-3.2.1 @@ -9,6 +9,8 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= OpenLook applications and man pages +MAKE_JOBS_SAFE= no + NOT_FOR_PLATFORM= *-*-alpha # it builds but everything segfaults... LICENSE= sun-openlook-license |