diff options
author | perky <perky@FreeBSD.org> | 2003-11-04 18:00:37 +0000 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-11-04 18:00:37 +0000 |
commit | 0223d7cce347c990eb0499217aa63c6600a210fa (patch) | |
tree | e854f4c2fd1fc47948758243541933cddd382875 /lang/python-devel/Makefile | |
parent | da6894490212796fa4cfcf9bdb14fe105a903538 (diff) | |
download | FreeBSD-ports-0223d7cce347c990eb0499217aa63c6600a210fa.zip FreeBSD-ports-0223d7cce347c990eb0499217aa63c6600a210fa.tar.gz |
- 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>
Diffstat (limited to 'lang/python-devel/Makefile')
-rw-r--r-- | lang/python-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/python-devel/Makefile b/lang/python-devel/Makefile index 8fe819d..9ffe078 100644 --- a/lang/python-devel/Makefile +++ b/lang/python-devel/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} |