summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-11-08 22:49:53 +0000
committerSteve Price <steve@FreeBSD.org>2000-11-08 22:49:53 +0000
commit07352ab09da1a7aa4ab12137b9a46e055535b566 (patch)
tree5821e69edc8f09d7ca472c324490c28bec861544
parentMark this port IS_INTERACTIVE since it asks questions that were causing (diff)
This port requires python version 1.5 which is now in lang/python15.
Notes
Notes: svn path=/head/; revision=34924
-rw-r--r--www/mod_python/Makefile2
-rw-r--r--www/mod_python3/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_python/Makefile b/www/mod_python/Makefile
index 32a8d8a6f622..7473f5b19a6b 100644
--- a/www/mod_python/Makefile
+++ b/www/mod_python/Makefile
@@ -18,7 +18,7 @@ DISTFILES= mod_python-${PORTVERSION}.tgz ${PYTHON_DISTFILE}
MAINTAINER= perky@freebsd-kr.org
BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 \
- ${LOCALBASE}/bin/${PYTHON_VERSION}:${PORTSDIR}/lang/python
+ ${LOCALBASE}/bin/${PYTHON_VERSION}:${PORTSDIR}/lang/python15
RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
APXS= ${PREFIX}/sbin/apxs
diff --git a/www/mod_python3/Makefile b/www/mod_python3/Makefile
index 32a8d8a6f622..7473f5b19a6b 100644
--- a/www/mod_python3/Makefile
+++ b/www/mod_python3/Makefile
@@ -18,7 +18,7 @@ DISTFILES= mod_python-${PORTVERSION}.tgz ${PYTHON_DISTFILE}
MAINTAINER= perky@freebsd-kr.org
BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 \
- ${LOCALBASE}/bin/${PYTHON_VERSION}:${PORTSDIR}/lang/python
+ ${LOCALBASE}/bin/${PYTHON_VERSION}:${PORTSDIR}/lang/python15
RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
APXS= ${PREFIX}/sbin/apxs