diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-28 18:08:25 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-28 18:08:25 +0000 |
commit | 01ad77c489cea7ebcaef85db1c77ca3dde073fac (patch) | |
tree | 920beeb650b6d45156d7b10fb4482a474486e73e /devel/swig20 | |
parent | 986d7ff256e623038ac49ce1148eebb369d6fa57 (diff) | |
download | ports-01ad77c489cea7ebcaef85db1c77ca3dde073fac.tar.gz ports-01ad77c489cea7ebcaef85db1c77ca3dde073fac.zip |
Notes
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 |