diff options
author | alane <alane@FreeBSD.org> | 2003-02-06 16:45:11 +0000 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2003-02-06 16:45:11 +0000 |
commit | 4c4cc6c15f725daf89ae5b0cfbce1d38ee9e3d62 (patch) | |
tree | f143f208cac3e8253eab9ae3c1c4e94df580854e /www/zope | |
parent | 4955a746f50faacf82bad3f2442ec4d53f6b3f6c (diff) | |
download | FreeBSD-ports-4c4cc6c15f725daf89ae5b0cfbce1d38ee9e3d62.zip FreeBSD-ports-4c4cc6c15f725daf89ae5b0cfbce1d38ee9e3d62.tar.gz |
restore python21 dependency that was lost in upgrade
Diffstat (limited to 'www/zope')
-rw-r--r-- | www/zope/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/zope/Makefile b/www/zope/Makefile index 31ec2ea..dfa795b 100644 --- a/www/zope/Makefile +++ b/www/zope/Makefile @@ -7,6 +7,7 @@ PORTNAME= zope PORTVERSION= 2.6.0 +PORTREVISION= 1 CATEGORIES= www python zope MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/ DISTNAME= Zope-${PORTVERSION}-src @@ -15,6 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= alane@FreeBSD.org USE_PYTHON= yes +PYTHON_VERSION= python2.1 DIST_SUBDIR= zope |