diff options
author | gdt <gdt@pkgsrc.org> | 2007-09-27 16:53:58 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-09-27 16:53:58 +0000 |
commit | 78a7d3c5eb866ebbaa9653a1f62bcc8947f26179 (patch) | |
tree | 4417c3335701b190bce14aaa7256ff9a9a3eb06a /www/ap2-python | |
parent | 3e6363f13db7b32fd3a38f55d823936df075ea71 (diff) | |
download | pkgsrc-78a7d3c5eb866ebbaa9653a1f62bcc8947f26179.tar.gz |
MAKE_JOBS_SAFE= no
Diffstat (limited to 'www/ap2-python')
-rw-r--r-- | www/ap2-python/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/ap2-python/Makefile b/www/ap2-python/Makefile index 3701616f423..c105b345ab5 100644 --- a/www/ap2-python/Makefile +++ b/www/ap2-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2007/06/30 16:09:09 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2007/09/27 16:53:58 gdt Exp $ DISTNAME= mod_python-${VERSION} PKGNAME= ${APACHE_PKG_PREFIX}-${PYPKGPREFIX}-python-${VERSION} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.modpython.org/ COMMENT= Apache module that embeds the Python interpreter +MAKE_JOBS_SAFE= no + USE_LIBTOOL= YES APACHE_MODULE= YES VERSION= 3.2.10 |