diff options
Diffstat (limited to 'converters/cn2jp/Makefile')
-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 |