diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-12-27 20:12:26 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-12-27 20:12:26 +0000 |
commit | 91f78afe2970ef0092d8f23abb747e83e1e9712f (patch) | |
tree | e37e771da3014fc18bddbb28be9b63fbdda46461 /www/qDecoder | |
parent | 312f6bfe3948bee1ce69f987392084133a253e71 (diff) | |
download | pkgsrc-91f78afe2970ef0092d8f23abb747e83e1e9712f.tar.gz |
Mark MAKE_JOBS_SAFE=no, detected in SmartOS bulk build.
Diffstat (limited to 'www/qDecoder')
-rw-r--r-- | www/qDecoder/Makefile | 4 |
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 \ |