diff options
author | joerg <joerg@pkgsrc.org> | 2009-12-07 22:56:02 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-12-07 22:56:02 +0000 |
commit | 1e99d55e83227831b9be1c2cd24c97d880d92351 (patch) | |
tree | c623de306f9fbe35b853372f3053246cc115c58d /lang | |
parent | a1b340bf9797d14b63ffb17b6fc61149c5eab5a6 (diff) | |
download | pkgsrc-1e99d55e83227831b9be1c2cd24c97d880d92351.tar.gz |
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pict/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/pict/Makefile b/lang/pict/Makefile index 8180f3dee58..c6d782b4326 100644 --- a/lang/pict/Makefile +++ b/lang/pict/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/10/29 10:10:57 asau Exp $ +# $NetBSD: Makefile,v 1.3 2009/12/07 22:56:02 joerg Exp $ DISTNAME= pict-4.1 CATEGORIES= lang @@ -11,6 +11,7 @@ COMMENT= Concurrent language based on Milner's pi calculus LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no USE_TOOLS+= gmake INSTALLATION_DIRS+= bin lib/pict share/doc/pict |