diff options
author | dholland <dholland@pkgsrc.org> | 2012-12-17 15:01:14 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-12-17 15:01:14 +0000 |
commit | 7efe67bbf41b1e2b43ebbebda8ab949b3c986a11 (patch) | |
tree | e21bf15ed4ff878443ec28bf163d06140fd22b51 /www/ap2-xslt2 | |
parent | 6e9429223d7b031a5fd849d4388096a5d04493bf (diff) | |
download | pkgsrc-7efe67bbf41b1e2b43ebbebda8ab949b3c986a11.tar.gz |
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'www/ap2-xslt2')
-rw-r--r-- | www/ap2-xslt2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/ap2-xslt2/Makefile b/www/ap2-xslt2/Makefile index c4cae35bafd..ffe6a94db51 100644 --- a/www/ap2-xslt2/Makefile +++ b/www/ap2-xslt2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2012/10/28 06:30:08 asau Exp $ +# $NetBSD: Makefile,v 1.16 2012/12/17 15:01:14 dholland Exp $ # DISTNAME= modxslt-${DIST_VER} @@ -14,6 +14,7 @@ COMMENT= Apache module able to apply stylesheets to XML data on the fly GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake bash:run +MAKE_JOBS_SAFE= no APACHE_MODULE= yes DIST_VER= 2004112100 |