diff options
Diffstat (limited to 'devel/swig20/Makefile')
-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 eb7dc68..f6d51d3 100644 --- a/devel/swig20/Makefile +++ b/devel/swig20/Makefile @@ -3,11 +3,11 @@ # Date created: 19 April 1996 # Whom: jkh # -# $Id: Makefile,v 1.12 1998/06/25 06:43:28 tg Exp $ +# $Id: Makefile,v 1.13 1998/12/07 05:34:37 steve Exp $ # -DISTNAME= swig1.1p4 -PKGNAME= swig-1.1p4 +DISTNAME= swig1.1p5 +PKGNAME= swig-1.1p5 CATEGORIES= devel python tcl81 MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/ \ ftp://ftp.rge.com/pub/languages/swig/ \ @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${PREFIX}/bin/python:${PORTSDIR}/lang/python \ ${PREFIX}/bin/tclsh8.1:${PORTSDIR}/lang/tcl81 USE_PERL5= YES -WRKSRC= ${WRKDIR}/SWIG1.1p4 +WRKSRC= ${WRKDIR}/SWIG1.1p5 GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.1/ \ --with-tcllib=${PREFIX}/lib/tcl8.1/ |