diff options
author | taca <taca> | 2008-11-10 05:06:45 +0000 |
---|---|---|
committer | taca <taca> | 2008-11-10 05:06:45 +0000 |
commit | 2778214014143161cd42ed08155e91db8377fc18 (patch) | |
tree | a964f4ac39e33cd1c9fba31e33d4dee613618fdf /inputmethod/kinput2 | |
parent | 46b2e0469ea9a2962c1032c4116eb6f9b1d5ce1a (diff) | |
download | pkgsrc-2778214014143161cd42ed08155e91db8377fc18.tar.gz |
make MAKE_JOBS_SAFE to NO.
Diffstat (limited to 'inputmethod/kinput2')
-rw-r--r-- | inputmethod/kinput2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inputmethod/kinput2/Makefile b/inputmethod/kinput2/Makefile index 4be7bfc3ef3..b59d206001f 100644 --- a/inputmethod/kinput2/Makefile +++ b/inputmethod/kinput2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2008/08/15 02:39:25 obache Exp $ +# $NetBSD: Makefile,v 1.17 2008/11/10 05:06:45 taca Exp $ DISTNAME= kinput2-v3 PKGNAME= kinput2-3.0 @@ -11,6 +11,7 @@ COMMENT= Input server of Japanese text PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= NO USE_IMAKE= YES PLIST_SRC= ${PKGDIR}/PLIST-common |