diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-09-15 14:19:36 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-09-15 14:19:36 +0000 |
commit | ae04bbe0063d46784e4502a272ea36c881ae64be (patch) | |
tree | 02617bdf99ecb60afc3bc8481191d4799cc9d968 | |
parent | Update md5 after checking the diffs. (diff) |
Zope depends on python 1.5.2, and that is installed from lang/python15
now.
Notes
Notes:
svn path=/head/; revision=32638
-rw-r--r-- | www/zope/Makefile | 2 | ||||
-rw-r--r-- | www/zope210/Makefile | 2 | ||||
-rw-r--r-- | www/zope211/Makefile | 2 | ||||
-rw-r--r-- | www/zope213/Makefile | 2 | ||||
-rw-r--r-- | www/zope28/Makefile | 2 | ||||
-rw-r--r-- | www/zope29/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/www/zope/Makefile b/www/zope/Makefile index 64b8596309c4..8ad0ba0fb8e4 100644 --- a/www/zope/Makefile +++ b/www/zope/Makefile @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= nbm@FreeBSD.org -BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python +BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python15 #RUN_DEPENDS= ${LOCALBASE}/sbin/apache:${PORTSDIR}/www/apache13-modssl diff --git a/www/zope210/Makefile b/www/zope210/Makefile index 64b8596309c4..8ad0ba0fb8e4 100644 --- a/www/zope210/Makefile +++ b/www/zope210/Makefile @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= nbm@FreeBSD.org -BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python +BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python15 #RUN_DEPENDS= ${LOCALBASE}/sbin/apache:${PORTSDIR}/www/apache13-modssl diff --git a/www/zope211/Makefile b/www/zope211/Makefile index 64b8596309c4..8ad0ba0fb8e4 100644 --- a/www/zope211/Makefile +++ b/www/zope211/Makefile @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= nbm@FreeBSD.org -BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python +BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python15 #RUN_DEPENDS= ${LOCALBASE}/sbin/apache:${PORTSDIR}/www/apache13-modssl diff --git a/www/zope213/Makefile b/www/zope213/Makefile index 64b8596309c4..8ad0ba0fb8e4 100644 --- a/www/zope213/Makefile +++ b/www/zope213/Makefile @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= nbm@FreeBSD.org -BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python +BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python15 #RUN_DEPENDS= ${LOCALBASE}/sbin/apache:${PORTSDIR}/www/apache13-modssl diff --git a/www/zope28/Makefile b/www/zope28/Makefile index 64b8596309c4..8ad0ba0fb8e4 100644 --- a/www/zope28/Makefile +++ b/www/zope28/Makefile @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= nbm@FreeBSD.org -BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python +BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python15 #RUN_DEPENDS= ${LOCALBASE}/sbin/apache:${PORTSDIR}/www/apache13-modssl diff --git a/www/zope29/Makefile b/www/zope29/Makefile index 64b8596309c4..8ad0ba0fb8e4 100644 --- a/www/zope29/Makefile +++ b/www/zope29/Makefile @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= nbm@FreeBSD.org -BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python +BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python15 #RUN_DEPENDS= ${LOCALBASE}/sbin/apache:${PORTSDIR}/www/apache13-modssl |