diff options
author | dholland <dholland@pkgsrc.org> | 2013-12-27 03:12:43 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-12-27 03:12:43 +0000 |
commit | 94acd2e67674037bb54f534c632f1a184abee6e1 (patch) | |
tree | e9874bde7fa1ea9e48179b1cfda5b5f13b1457d5 /editors/mlview | |
parent | 0aa558056d4d336e6fa27d1fc62e8817066e582a (diff) | |
download | pkgsrc-94acd2e67674037bb54f534c632f1a184abee6e1.tar.gz |
Not MAKE_JOBS_SAFE; with 6 jobs it tries to use libmlview.la before
creating it.
Diffstat (limited to 'editors/mlview')
-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 |