diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-09 03:04:02 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-09 03:04:02 +0000 |
commit | accf85820935d481ee32c906b92cbf82726261a0 (patch) | |
tree | d7054cf53ed2b05f4e35727a38b2896b7cf8dbac /devel/swig11 | |
parent | 232ad190e5ce5430c8b4b14e44d212d7b827a5d3 (diff) | |
download | ports-accf85820935d481ee32c906b92cbf82726261a0.tar.gz ports-accf85820935d481ee32c906b92cbf82726261a0.zip |
Notes
Diffstat (limited to 'devel/swig11')
-rw-r--r-- | devel/swig11/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/swig11/Makefile b/devel/swig11/Makefile index b9e2d9aefe3c..e211c85645de 100644 --- a/devel/swig11/Makefile +++ b/devel/swig11/Makefile @@ -7,7 +7,7 @@ PORTNAME= swig PORTVERSION= ${VER}p5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel perl5 python tcl83 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.rge.com/pub/languages/swig/${VER}/ \ @@ -24,7 +24,6 @@ VER= 1.1 USE_PERL5= yes USE_PYTHON= yes -PYTHON_NO_DEPENDS?= yes INSTALLS_SHLIB= yes WRKSRC= ${WRKDIR}/SWIG${PORTVERSION} |