diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-30 00:07:09 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-30 00:07:09 +0000 |
commit | 76f5c1b551cbcd541f91513d7a6a47d8886bb5d7 (patch) | |
tree | dc8b846be5ce41fc91fa6fa283850ad5bd6918c8 /converters | |
parent | 5dc417f76ada55decbc0adce66fb18090d84d28e (diff) | |
download | pkgsrc-76f5c1b551cbcd541f91513d7a6a47d8886bb5d7.tar.gz |
Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
MAKE_JOBS=2 and worked without.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/cn2jp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/converters/cn2jp/Makefile b/converters/cn2jp/Makefile index d08cdba03e0..6778e2a6aba 100644 --- a/converters/cn2jp/Makefile +++ b/converters/cn2jp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2008/02/28 11:58:47 rillig Exp $ +# $NetBSD: Makefile,v 1.14 2009/06/30 00:07:12 joerg Exp $ DISTNAME= cn2jp1.4b PKGNAME= cn2jp-1.4b @@ -11,6 +11,8 @@ MAINTAINER= rxg@NetBSD.org # HOMEPAGE= http://w3.sys.es.osaka-u.ac.jp/~seke/software/cn2jp/ COMMENT= Library for code translation between Chinese and Japanese +MAKE_JOBS_SAFE= no + WRKSRC= ${WRKDIR}/cn2jp USE_LIBTOOL= yes USE_TOOLS+= gmake |