diff options
author | perky <perky@FreeBSD.org> | 2003-10-30 05:31:13 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-10-30 05:31:13 +0800 |
commit | c3ede8549b3c1a391eda9e4f805c4f0c04031f28 (patch) | |
tree | 8c321ca4b11629330d04b3eb38de5f7061ec7dc8 /lang/python21 | |
parent | 68a56114c0a479d981acd113abaddf69f4332ba3 (diff) | |
download | freebsd-ports-gnome-c3ede8549b3c1a391eda9e4f805c4f0c04031f28.tar.gz freebsd-ports-gnome-c3ede8549b3c1a391eda9e4f805c4f0c04031f28.tar.zst freebsd-ports-gnome-c3ede8549b3c1a391eda9e4f805c4f0c04031f28.zip |
- Update lang/python-devel to Python-2.4 031022 snapshot.
- Correct USE_ZOPE dependency to Python 2.1. [1]
- Fetch from correct MASTER_SITE_SUBDIR when upgrading python
in same branch. [2]
- Enable installing separated standard modules for python-devel port.
Reported by: Filippo Natali <pitonat@libero.it> [1],
Yoshihiko Sarumaru <mistral@imasy.or.jp> [2]
Diffstat (limited to 'lang/python21')
-rw-r--r-- | lang/python21/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/python21/Makefile b/lang/python21/Makefile index 60e0864d72ef..88377f549783 100644 --- a/lang/python21/Makefile +++ b/lang/python21/Makefile @@ -9,15 +9,15 @@ PORTNAME= python PORTVERSION= 2.1.3 PORTREVISION= 5 CATEGORIES= lang python -MASTER_SITES= ${MASTER_SITE_PYTHON} -MASTER_SITE_SUBDIR= ${PYTHON_SITE_SUBDIR} -DISTNAME= Python-${PORTVERSION} -EXTRACT_SUFX= .tgz +MASTER_SITES= ${PYTHON_MASTER_SITES} +MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} +DISTFILES= ${PYTHON_DISTFILE} MAINTAINER= perky@FreeBSD.org COMMENT= An interpreted object-oriented programming language DIST_SUBDIR= python +WRKSRC= ${PYTHON_WRKSRC} GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-fpectl CONFIGURE_ENV= OPT="${CFLAGS}" |