summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryoon <ryoon>2012-12-27 20:12:26 +0000
committerryoon <ryoon>2012-12-27 20:12:26 +0000
commit7e76b852a297ab1c7c91189651c11ea315d253b8 (patch)
treee37e771da3014fc18bddbb28be9b63fbdda46461
parent9b8563d7d91c1f0d7deb4a04b01a862766b20b66 (diff)
downloadpkgsrc-7e76b852a297ab1c7c91189651c11ea315d253b8.tar.gz
Mark MAKE_JOBS_SAFE=no, detected in SmartOS bulk build.
-rw-r--r--www/qDecoder/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/qDecoder/Makefile b/www/qDecoder/Makefile
index 97bb1694697..a2444836e55 100644
--- a/www/qDecoder/Makefile
+++ b/www/qDecoder/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2012/10/28 06:31:02 asau Exp $
+# $NetBSD: Makefile,v 1.12 2012/12/27 20:12:26 ryoon Exp $
#
DISTNAME= qDecoder-9.0.1
@@ -9,6 +9,8 @@ MAINTAINER= jypak@users.sourceforge.net
HOMEPAGE= http://www.qDecoder.org/
COMMENT= Web Application Interface for C/C++ (CGI Library)
+MAKE_JOBS_SAFE= no
+
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
INSTALLATION_DIRS= include lib share/doc/qDecoder share/doc/qDecoder/html \