summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkefren <kefren>2008-02-18 14:01:56 +0000
committerkefren <kefren>2008-02-18 14:01:56 +0000
commit9fe07a9eea5899cd7e55a5c44c96904e3819c0cf (patch)
tree1a5bca6f4ac53e182152cb206168fe2fcc1bdeef
parent8959f924d3ddfbcea2a039a95649bb014a5bcae9 (diff)
downloadpkgsrc-9fe07a9eea5899cd7e55a5c44c96904e3819c0cf.tar.gz
MAKE_JOBS_SAFE=no
-rw-r--r--www/mono-xsp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mono-xsp/Makefile b/www/mono-xsp/Makefile
index fcc380d92a0..276e1b3aeff 100644
--- a/www/mono-xsp/Makefile
+++ b/www/mono-xsp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2008/02/18 10:36:53 kefren Exp $
+# $NetBSD: Makefile,v 1.4 2008/02/18 14:01:56 kefren Exp $
DISTNAME= xsp-${MONO_VERSION}
PKGNAME= mono-xsp-${MONO_VERSION}
@@ -14,6 +14,7 @@ COMMENT= Standalone web server written in C\#
GNU_CONFIGURE= yes
USE_TOOLS+= gmake pkg-config
+MAKE_JOBS_SAFE= no
DEPENDS+= sqlite3>=3.5.2:../../databases/sqlite3