diff options
author | roy <roy@pkgsrc.org> | 2009-01-18 14:56:17 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2009-01-18 14:56:17 +0000 |
commit | 30b95264f83b7dd392525df505f99cb063bdf8c3 (patch) | |
tree | 61218d55aae1b155b41df4c15e73086f94bbef0d /www/fcgi | |
parent | 3de32a59da95d45367b8db6f349726af70de65a4 (diff) | |
download | pkgsrc-30b95264f83b7dd392525df505f99cb063bdf8c3.tar.gz |
fgci is not jobs safe
Diffstat (limited to 'www/fcgi')
-rw-r--r-- | www/fcgi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/fcgi/Makefile b/www/fcgi/Makefile index 188f0278774..1bbc2e61c01 100644 --- a/www/fcgi/Makefile +++ b/www/fcgi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2008/03/14 13:50:16 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2009/01/18 14:56:17 roy Exp $ DISTNAME= fcgi-2.4.0 PKGREVISION= 1 @@ -10,6 +10,7 @@ HOMEPAGE= http://fastcgi.com/ COMMENT= FastCGI application development kit PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no USE_LANGUAGES= c c++ GNU_CONFIGURE= YES |