diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-05-23 03:09:35 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-05-23 03:09:35 +0000 |
commit | b620daa1e1693333358694d3fd2e0da38cb98adb (patch) | |
tree | fb4057a7892d57af15356f0416dff580a1643794 | |
parent | 44e687d0d7ea07eeb9179eced47aea7d5ab9d7fe (diff) | |
download | ports-b620daa1e1693333358694d3fd2e0da38cb98adb.tar.gz ports-b620daa1e1693333358694d3fd2e0da38cb98adb.zip |
Use Python 2.1 rather than 2.0.
Submitted by: ade
Notes
Notes:
svn path=/head/; revision=42952
-rw-r--r-- | devel/SWIG/Makefile | 4 | ||||
-rw-r--r-- | devel/swig11/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/SWIG/Makefile b/devel/SWIG/Makefile index 430f333df7d6..e53d15a9c4e4 100644 --- a/devel/SWIG/Makefile +++ b/devel/SWIG/Makefile @@ -7,7 +7,7 @@ PORTNAME= swig PORTVERSION= ${VER}p5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel perl5 python tcl83 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.rge.com/pub/languages/swig/${VER}/ \ @@ -23,7 +23,7 @@ BUILD_DEPENDS= ${PYTHON_CMD}:${PYTHON_PORTSDIR} \ VER= 1.1 USE_PERL5= yes -PYTHON_VERSION?= python2.0 +USE_PYTHON= yes PYTHON_NO_DEPENDS?= yes INSTALLS_SHLIB= yes diff --git a/devel/swig11/Makefile b/devel/swig11/Makefile index 430f333df7d6..e53d15a9c4e4 100644 --- a/devel/swig11/Makefile +++ b/devel/swig11/Makefile @@ -7,7 +7,7 @@ PORTNAME= swig PORTVERSION= ${VER}p5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel perl5 python tcl83 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.rge.com/pub/languages/swig/${VER}/ \ @@ -23,7 +23,7 @@ BUILD_DEPENDS= ${PYTHON_CMD}:${PYTHON_PORTSDIR} \ VER= 1.1 USE_PERL5= yes -PYTHON_VERSION?= python2.0 +USE_PYTHON= yes PYTHON_NO_DEPENDS?= yes INSTALLS_SHLIB= yes |