diff options
author | rillig <rillig@pkgsrc.org> | 2007-10-27 12:31:15 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-10-27 12:31:15 +0000 |
commit | 1066e662ae6e437bb0feb3e72f6b540ef0b6f516 (patch) | |
tree | 8413b9a26405650d60b31eb13b72ca1f0b8e1f54 /x11/openmotif | |
parent | 2780ee05a9105d97ab9a2b30542114e5d21f05a5 (diff) | |
download | pkgsrc-1066e662ae6e437bb0feb3e72f6b540ef0b6f516.tar.gz |
MAKE_JOBS_SAFE=no, as reported in PR 37233.
Diffstat (limited to 'x11/openmotif')
-rw-r--r-- | x11/openmotif/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/openmotif/Makefile b/x11/openmotif/Makefile index 4b1979f8604..445d65d1887 100644 --- a/x11/openmotif/Makefile +++ b/x11/openmotif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2007/08/15 19:26:39 joerg Exp $ +# $NetBSD: Makefile,v 1.53 2007/10/27 12:31:15 rillig Exp $ PKGVER= 2.2.3 DISTNAME= openMotif-${PKGVER} @@ -41,6 +41,7 @@ CONFLICTS+= lesstif-[0-9]* USE_LIBTOOL= yes USE_TOOLS+= flex gmake tbl GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= no # PR 37233 SUBST_CLASSES+= man_rename SUBST_STAGE.man_rename= pre-configure |