diff options
author | dholland <dholland@pkgsrc.org> | 2013-06-10 03:09:01 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-06-10 03:09:01 +0000 |
commit | 7270800aca9ca1054b5d9f2511d400a33dcfa9ed (patch) | |
tree | c98bfe92a600a43d02404efc0666521830e7c17e /inputmethod/ja-freewnn-lib | |
parent | bf31871a922ef8248c362ca9fde753348ce22f3a (diff) | |
download | pkgsrc-7270800aca9ca1054b5d9f2511d400a33dcfa9ed.tar.gz |
Not MAKE_JOBS_SAFE (seen in joerg's build of 20130601)
Diffstat (limited to 'inputmethod/ja-freewnn-lib')
-rw-r--r-- | inputmethod/ja-freewnn-lib/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/ja-freewnn-lib/Makefile.common b/inputmethod/ja-freewnn-lib/Makefile.common index f2b27983b61..a30f8eb9b4c 100644 --- a/inputmethod/ja-freewnn-lib/Makefile.common +++ b/inputmethod/ja-freewnn-lib/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.17 2012/10/06 14:25:13 asau Exp $ +# $NetBSD: Makefile.common,v 1.18 2013/06/10 03:09:01 dholland Exp $ # used by inputmethod/ja-freewnn-server/Makefile # used by inputmethod/ja-freewnn-lib/Makefile @@ -12,8 +12,8 @@ HOMEPAGE= http://freewnn.sourceforge.jp/ COMMENT= Japanese/Chinese/Korean input method LICENSE= gnu-gpl-v2 +MAKE_JOBS_SAFE= no USE_LIBTOOL= YES - GNU_CONFIGURE= YES FILESDIR= ${.CURDIR}/../../inputmethod/ja-freewnn-lib/files |