diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-11-04 18:00:37 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-11-04 18:00:37 +0000 |
commit | 62e80c63995f572631d2c1f14957b335f5013191 (patch) | |
tree | e0675d923adbfb774c7b11e09e0f9598318899a2 /lang/python30/Makefile | |
parent | 4d78fef3f261fa0202c6e122a6eccdea10e96e76 (diff) |
- Include pyexpat module in python base ports because python incorporated
expat 1.95.6 in its distribution from Python-2.3.
- Bump PORTREVISION subsequently.
Requested by: Mike Brown <mike@skew.org>
Jeremy Kloth <jeremy.kloth@fourthought.com>
Notes
Notes:
svn path=/head/; revision=93094
Diffstat (limited to 'lang/python30/Makefile')
-rw-r--r-- | lang/python30/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/python30/Makefile b/lang/python30/Makefile index 8fe819da604f..9ffe07820c1d 100644 --- a/lang/python30/Makefile +++ b/lang/python30/Makefile @@ -6,6 +6,7 @@ PORTNAME= python PORTVERSION= 2.4.a0.20031022 +PORTREVISION= 1 CATEGORIES= lang python ipv6 MASTER_SITES= ${PYTHON_MASTER_SITES} MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} |