summaryrefslogtreecommitdiff
path: root/devel/SWIG
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-28 18:08:25 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-28 18:08:25 +0000
commit01ad77c489cea7ebcaef85db1c77ca3dde073fac (patch)
tree920beeb650b6d45156d7b10fb4482a474486e73e /devel/SWIG
parentTemporarily use version 8.0.x of Tcl/Tk until we get the japanese (diff)
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>
Notes
Notes: svn path=/head/; revision=23466
Diffstat (limited to 'devel/SWIG')
-rw-r--r--devel/SWIG/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/SWIG/Makefile b/devel/SWIG/Makefile
index f81ad5d9abd0..1c2fbc5bbe5a 100644
--- a/devel/SWIG/Makefile
+++ b/devel/SWIG/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