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