diff options
Diffstat (limited to 'devel/swig13')
-rw-r--r-- | devel/swig13/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/swig13/Makefile b/devel/swig13/Makefile index 2673de001ea4..9e6efd61bdd9 100644 --- a/devel/swig13/Makefile +++ b/devel/swig13/Makefile @@ -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.1:${PORTSDIR}/lang/tcl81 + ${PREFIX}/bin/tclsh8.0:${PORTSDIR}/lang/tcl80 USE_PERL5= YES WRKSRC= ${WRKDIR}/SWIG1.1p5 GNU_CONFIGURE= YES -CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.1/ \ - --with-tcllib=${PREFIX}/lib/tcl8.1/ +CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.0/ \ + --with-tcllib=${PREFIX}/lib/tcl8.0/ ALL_TARGET= all runtime |