diff options
Diffstat (limited to 'devel/swig11/Makefile')
-rw-r--r-- | devel/swig11/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/swig11/Makefile b/devel/swig11/Makefile index f81ad5d9abd0..1c2fbc5bbe5a 100644 --- a/devel/swig11/Makefile +++ b/devel/swig11/Makefile @@ -8,7 +8,7 @@ DISTNAME= swig1.1p5 PKGNAME= swig-1.1p5 -CATEGORIES= devel python tcl80 +CATEGORIES= devel python tcl82 MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/ \ ftp://ftp.rge.com/pub/languages/swig/ \ ftp://ftp.mcc.ac.uk/pub/mvc/swig/ @@ -16,13 +16,13 @@ MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/ \ MAINTAINER= erich@FreeBSD.org BUILD_DEPENDS= ${PREFIX}/bin/python:${PORTSDIR}/lang/python \ - ${PREFIX}/bin/tclsh8.0:${PORTSDIR}/lang/tcl80 + ${PREFIX}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 USE_PERL5= YES WRKSRC= ${WRKDIR}/SWIG1.1p5 GNU_CONFIGURE= YES -CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.0/ \ - --with-tcllib=${PREFIX}/lib/tcl8.0/ +CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.2/ \ + --with-tcllib=${PREFIX}/lib/tcl8.2/ ALL_TARGET= all runtime |