diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-01-29 14:13:10 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-01-29 14:13:10 +0000 |
commit | 3337237bb495be3bbb2c56c5a3faf77d1afaa904 (patch) | |
tree | 2782b0314a32416d4e2be77bef8fa10be36e3a9c /lang/python15/Makefile | |
parent | 48f3ac2a596e2fb74706bf3cfd8c2c724e31b7b1 (diff) |
Add the `new' module to the build, it's needed by Zope-2.3.0.
Bump PORTREVISION.
Requested by: nbm
Notes
Notes:
svn path=/head/; revision=37738
Diffstat (limited to 'lang/python15/Makefile')
-rw-r--r-- | lang/python15/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/python15/Makefile b/lang/python15/Makefile index 0297586554f1..3873498c76da 100644 --- a/lang/python15/Makefile +++ b/lang/python15/Makefile @@ -7,6 +7,7 @@ PORTNAME= python PORTVERSION= 1.5.2 +PORTREVISION= 1 CATEGORIES= lang python MASTER_SITES= ftp://www.python.org/pub/python/src/ \ ftp://ftp.cwi.nl/pub/python/src/ |