diff options
author | joerg <joerg@pkgsrc.org> | 2010-01-04 16:05:57 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-01-04 16:05:57 +0000 |
commit | e6c6c10a46d3030a2c4b9fe45a7b0fa5adebaa4b (patch) | |
tree | 8959d4dbbb4d0d3a01c4c0d183e0d517fed2ddc3 /graphics/aqsis | |
parent | d97b7a4ed94c00cdb16db754a4f5755442b3c987 (diff) | |
download | pkgsrc-e6c6c10a46d3030a2c4b9fe45a7b0fa5adebaa4b.tar.gz |
Not MAKE_JOBS_SAFE. Still doesn't build do to C++ issues.
Diffstat (limited to 'graphics/aqsis')
-rw-r--r-- | graphics/aqsis/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile index a49cead8e49..a6f4644d9d8 100644 --- a/graphics/aqsis/Makefile +++ b/graphics/aqsis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2009/08/26 19:57:35 sno Exp $ +# $NetBSD: Makefile,v 1.33 2010/01/04 16:05:57 joerg Exp $ # DISTNAME= aqsis-0.6.4 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.aqsis.com/ COMMENT= Renderman clone +MAKE_JOBS_SAFE= no + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake lex |