diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-11-16 12:37:09 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-11-16 12:37:09 +0000 |
commit | 8b843e0b7e928d5da3a3be51248b63426a5463e6 (patch) | |
tree | b3a43cdf8a11c6bf160a7cd7e25dcc1781418b21 /lang/python21/Makefile | |
parent | Maintainer update to version 3.4.2 (diff) |
1. Removed lib-dynload/errno.so from plist since it isn't built.
2. Bumped portrev cuz plist changed.
Diffstat (limited to 'lang/python21/Makefile')
-rw-r--r-- | lang/python21/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python21/Makefile b/lang/python21/Makefile index b6ac3b27fbf8..1a6ea2914b8e 100644 --- a/lang/python21/Makefile +++ b/lang/python21/Makefile @@ -7,7 +7,7 @@ PORTNAME= python PORTVERSION= 2.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang python MASTER_SITES= http://www.python.org/ftp/python/${PORTVERSION}/ \ ${MASTER_SITE_SOURCEFORGE} \ |