diff options
author | obache <obache@pkgsrc.org> | 2009-01-12 12:50:57 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-01-12 12:50:57 +0000 |
commit | 77dc6a9eeb1c0fbb4dcd80ffb0baff3a8d17fa4d (patch) | |
tree | 239479b06f41ff958310d26a744d2bcf5c63d6cf /inputmethod | |
parent | 35b71ab2fb102fb1df346f2fbd54c232a4a8d465 (diff) | |
download | pkgsrc-77dc6a9eeb1c0fbb4dcd80ffb0baff3a8d17fa4d.tar.gz |
MAKE_JOBS_SAFE=no
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/prime/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/inputmethod/prime/Makefile b/inputmethod/prime/Makefile index 5f59b52477f..331fb88cdbb 100644 --- a/inputmethod/prime/Makefile +++ b/inputmethod/prime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/06/19 14:50:08 taca Exp $ +# $NetBSD: Makefile,v 1.4 2009/01/12 12:50:57 obache Exp $ # DISTNAME= prime-1.0.0.1 @@ -34,5 +34,7 @@ PKG_SYSCONFSUBDIR= prime CONF_FILES+= ${PREFIX}/share/doc/prime/examples/Custom_prime.rb \ ${PKG_SYSCONFDIR}/Custom_prime.rb +MAKE_JOBS_SAFE= no + .include "../../lang/ruby/modules.mk" .include "../../mk/bsd.pkg.mk" |