diff options
author | nbm <nbm@FreeBSD.org> | 2000-09-15 22:19:36 +0800 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2000-09-15 22:19:36 +0800 |
commit | 414c21c95589ebc245cdbadba894ee106f06f4b9 (patch) | |
tree | f35cde56bf5f89c57264378fb3675d57a93e461c /www/zope211 | |
parent | 4436e97097eb91541a80ea71c2b03ae403d62e72 (diff) | |
download | freebsd-ports-gnome-414c21c95589ebc245cdbadba894ee106f06f4b9.tar.gz freebsd-ports-gnome-414c21c95589ebc245cdbadba894ee106f06f4b9.tar.zst freebsd-ports-gnome-414c21c95589ebc245cdbadba894ee106f06f4b9.zip |
Zope depends on python 1.5.2, and that is installed from lang/python15
now.
Diffstat (limited to 'www/zope211')
-rw-r--r-- | www/zope211/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |