diff options
author | steve <steve@FreeBSD.org> | 1999-11-29 02:08:25 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-29 02:08:25 +0800 |
commit | 42b2f802b378d6ee0d8bbc9dd4d280888fdac31f (patch) | |
tree | efd2953eba46d5df525d4d56f742e997fb37658d /devel/swig20 | |
parent | 14901d1356aace0250982499f322c98abb6dff53 (diff) | |
download | freebsd-ports-gnome-42b2f802b378d6ee0d8bbc9dd4d280888fdac31f.tar.gz freebsd-ports-gnome-42b2f802b378d6ee0d8bbc9dd4d280888fdac31f.tar.zst freebsd-ports-gnome-42b2f802b378d6ee0d8bbc9dd4d280888fdac31f.zip |
Update to use Tcl 8.2 and fix build problems on systems with gcc 2.95
as the system compiler.
Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'devel/swig20')
-rw-r--r-- | devel/swig20/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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 |