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 | |
parent | eb63e765030333c41889df51cecb4c689ce3b285 (diff) | |
download | ports-07352ab09da1a7aa4ab12137b9a46e055535b566.tar.gz ports-07352ab09da1a7aa4ab12137b9a46e055535b566.zip |
Notes
Diffstat (limited to 'www/mod_python3')
-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 |