diff options
author | obache <obache@pkgsrc.org> | 2008-11-02 13:29:38 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-11-02 13:29:38 +0000 |
commit | b834d6c22d957472f45a996c5c33bfc33aef192c (patch) | |
tree | d63704568c1a3e0dc1b8e909518cf6839f59660c /lang | |
parent | f3c567b580e3030a1b1e115e61381675d48ec5c8 (diff) | |
download | pkgsrc-b834d6c22d957472f45a996c5c33bfc33aef192c.tar.gz |
Marked as MAKE_JOBS_SAFE=no, reported by PR 39616.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pnet/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/pnet/Makefile b/lang/pnet/Makefile index 6d23494d97b..c85b072209b 100644 --- a/lang/pnet/Makefile +++ b/lang/pnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2008/02/18 16:39:43 xtraeme Exp $ +# $NetBSD: Makefile,v 1.20 2008/11/02 13:29:38 obache Exp $ DISTNAME= pnet-0.8.0 #PKGREVISION= 1 @@ -13,6 +13,8 @@ BUILD_DEPENDS+= treecc>=0.2.6:../../devel/treecc CONFLICTS= mono-[0-9]* +MAKE_JOBS_SAFE= no + USE_TOOLS+= gmake lex makeinfo USE_LANGUAGES= c c++ USE_LIBTOOL= yes |