diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-02-24 21:43:51 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-02-24 21:43:51 +0000 |
commit | 3d4a5438d3b40cb3e80e07af0db3b6635dab8053 (patch) | |
tree | 9137a73e7f46f611647c62150ba20da9a5009917 /devel/SWIG-devel/Makefile | |
parent | 9ffeeb2f40dab5eae09e88213ec8e041daab2974 (diff) | |
download | ports-3d4a5438d3b40cb3e80e07af0db3b6635dab8053.tar.gz ports-3d4a5438d3b40cb3e80e07af0db3b6635dab8053.zip |
Upgrade to use tcl8.1 and tk8.1.
Notes
Notes:
svn path=/head/; revision=9912
Diffstat (limited to 'devel/SWIG-devel/Makefile')
-rw-r--r-- | devel/SWIG-devel/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/SWIG-devel/Makefile b/devel/SWIG-devel/Makefile index 0917e23a2996..d8e4025bc628 100644 --- a/devel/SWIG-devel/Makefile +++ b/devel/SWIG-devel/Makefile @@ -3,12 +3,12 @@ # Date created: 19 April 1996 # Whom: jkh # -# $Id: Makefile,v 1.9 1997/12/09 10:22:39 tg Exp $ +# $Id: Makefile,v 1.10 1998/01/29 09:53:25 tg Exp $ # DISTNAME= swig1.1p4 PKGNAME= swig-1.1p4 -CATEGORIES= devel +CATEGORIES= devel tcl81 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.1:${PORTSDIR}/lang/tcl81 USE_PERL5= YES WRKSRC= ${WRKDIR}/SWIG1.1p4 GNU_CONFIGURE= YES -CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.0/ \ - --with-tcllib=${PREFIX}/lib/tcl8.0/ +CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.1/ \ + --with-tcllib=${PREFIX}/lib/tcl8.1/ ALL_TARGET= all runtime |