diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_python/Makefile | 2 | ||||
-rw-r--r-- | www/mod_python3/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_python/Makefile b/www/mod_python/Makefile index 32a8d8a6f62..7473f5b19a6 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 32a8d8a6f62..7473f5b19a6 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 |