diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2002-11-14 16:52:24 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2002-11-14 16:52:24 +0000 |
commit | 4a46e91cbf9b98c09fddc80922bd7468763773a9 (patch) | |
tree | 5b122d208c0df2d2d9b8c2c4c7d80e0de7444203 /lang/python21/Makefile | |
parent | Only using Jikes if NO_BUILD is not set. (diff) |
Backport fix for temporary file handling bug in os._execvpe() from
Python 2.2.2.
Not approved by: tg (short timeout)
Diffstat (limited to 'lang/python21/Makefile')
-rw-r--r-- | lang/python21/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/python21/Makefile b/lang/python21/Makefile index 65a9181195c7..abdb69d9de82 100644 --- a/lang/python21/Makefile +++ b/lang/python21/Makefile @@ -7,6 +7,7 @@ PORTNAME= python PORTVERSION= 2.1.3 +PORTREVISION= 1 CATEGORIES= lang python MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \ ${MASTER_SITE_SOURCEFORGE} \ |