diff options
author | steve <steve@FreeBSD.org> | 2000-11-08 22:49:53 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-11-08 22:49:53 +0000 |
commit | 8ee775001d5e61f98d8e450729707675b7a99635 (patch) | |
tree | dc257e618e439690adb527bf92b7d3833a7ba48a /www/mod_python | |
parent | c5b66a3d3da147fd6fda2a2adb7dcd7ddfbaaf05 (diff) | |
download | FreeBSD-ports-8ee775001d5e61f98d8e450729707675b7a99635.zip FreeBSD-ports-8ee775001d5e61f98d8e450729707675b7a99635.tar.gz |
This port requires python version 1.5 which is now in lang/python15.
Diffstat (limited to 'www/mod_python')
-rw-r--r-- | www/mod_python/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_python/Makefile b/www/mod_python/Makefile index 32a8d8a..7473f5b 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 |