diff options
author | dholland <dholland> | 2013-12-27 03:12:43 +0000 |
---|---|---|
committer | dholland <dholland> | 2013-12-27 03:12:43 +0000 |
commit | b2898a0476b10a69c51802789471a3c7902a69fc (patch) | |
tree | e9874bde7fa1ea9e48179b1cfda5b5f13b1457d5 /editors | |
parent | 9b7c141c3a7720703f9a611aab065b3908072661 (diff) | |
download | pkgsrc-b2898a0476b10a69c51802789471a3c7902a69fc.tar.gz |
Not MAKE_JOBS_SAFE; with 6 jobs it tries to use libmlview.la before
creating it.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/mlview/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/mlview/Makefile b/editors/mlview/Makefile index 7fbf480348d..67529598678 100644 --- a/editors/mlview/Makefile +++ b/editors/mlview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2013/10/10 14:42:07 ryoon Exp $ +# $NetBSD: Makefile,v 1.69 2013/12/27 03:12:43 dholland Exp $ # DISTNAME= mlview-0.9.0 @@ -16,6 +16,7 @@ USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LIBTOOL= yes USE_LANGUAGES+= c c++ USE_PKGLOCALEDIR= yes +MAKE_JOBS_SAFE= no GCONF_SCHEMAS= mlview.schemas |