diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-11-06 14:24:29 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-11-06 14:24:29 +0000 |
commit | 2774a916c597d96d5667944d5ef6411f709e3334 (patch) | |
tree | 8746bb8427904bfb6e8e699c6c2ac53745193789 /www/mod_python3/Makefile | |
parent | 7af1755dfbc73a9c0c10556f7186991318015d8b (diff) | |
download | ports-2774a916c597d96d5667944d5ef6411f709e3334.tar.gz ports-2774a916c597d96d5667944d5ef6411f709e3334.zip |
Notes
Diffstat (limited to 'www/mod_python3/Makefile')
-rw-r--r-- | www/mod_python3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_python3/Makefile b/www/mod_python3/Makefile index 4607721957a2..f41eca5fc62c 100644 --- a/www/mod_python3/Makefile +++ b/www/mod_python3/Makefile @@ -18,6 +18,7 @@ MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 +NO_PACKAGE= "Requires Python without threads support" USE_PYTHON= yes .include <bsd.port.pre.mk> @@ -44,7 +45,7 @@ pre-patch: .endif post-configure: - @${SH} ${PKGREQ}.threads ${PYTHON_CMD} ${PYTHON_BASE} + @${SH} ${PKGREQ}.threads ${PYTHON_CMD} .if defined(OPTIONAL_LIBS) ${SED} 's/^\(LIBS=.*\)/\1 ${OPTIONAL_LIBS}/' ${WRKSRC}/src/Makefile \ > ${WRKSRC}/src/Makefile.tmp && \ |