From 01ad77c489cea7ebcaef85db1c77ca3dde073fac Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 28 Nov 1999 18:08:25 +0000 Subject: Update to use Tcl 8.2 and fix build problems on systems with gcc 2.95 as the system compiler. Submitted by: Ade Lovett --- devel/swig20/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'devel/swig20') diff --git a/devel/swig20/Makefile b/devel/swig20/Makefile index f81ad5d9abd0..1c2fbc5bbe5a 100644 --- a/devel/swig20/Makefile +++ b/devel/swig20/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 -- cgit v1.2.3