Use Python 2.1 rather than 2.0.
Submitted by: ade
This commit is contained in:
parent
44e687d0d7
commit
b620daa1e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42952
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue