diff options
author | Steve Price <steve@FreeBSD.org> | 2000-11-08 22:49:53 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-11-08 22:49:53 +0000 |
commit | 07352ab09da1a7aa4ab12137b9a46e055535b566 (patch) | |
tree | 5821e69edc8f09d7ca472c324490c28bec861544 /www/mod_python3/Makefile | |
parent | Mark 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.
Diffstat (limited to '')
-rw-r--r-- | www/mod_python3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |