diff options
author | tg <tg@FreeBSD.org> | 1998-01-29 17:53:30 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-01-29 17:53:30 +0800 |
commit | 397f7f770c3b6d9c115864101919dbcf9cb3c8c6 (patch) | |
tree | 74fb1171c1eaaebe74269f1b16552405f3e74dbc /devel/SWIG-devel/Makefile | |
parent | ceda100d41051134949e168e3b584ebc688e7732 (diff) | |
download | freebsd-ports-gnome-397f7f770c3b6d9c115864101919dbcf9cb3c8c6.tar.gz freebsd-ports-gnome-397f7f770c3b6d9c115864101919dbcf9cb3c8c6.tar.zst freebsd-ports-gnome-397f7f770c3b6d9c115864101919dbcf9cb3c8c6.zip |
Upgrade to 1.1p4. Mostly bugfixes and added support for python-1.5.
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 d46368ce3e0e..0917e23a2996 100644 --- a/devel/SWIG-devel/Makefile +++ b/devel/SWIG-devel/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: SWIG -# Version required: 1.1p3 +# Version required: 1.1p4 # Date created: 19 April 1996 # Whom: jkh # -# $Id: Makefile,v 1.8 1997/12/04 11:17:34 asami Exp $ +# $Id: Makefile,v 1.9 1997/12/09 10:22:39 tg Exp $ # -DISTNAME= swig1.1p3 -PKGNAME= swig-1.1p3 +DISTNAME= swig1.1p4 +PKGNAME= swig-1.1p4 CATEGORIES= devel 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.0:${PORTSDIR}/lang/tcl80 USE_PERL5= YES -WRKSRC= ${WRKDIR}/SWIG1.1p3 +WRKSRC= ${WRKDIR}/SWIG1.1p4 GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.0/ \ --with-tcllib=${PREFIX}/lib/tcl8.0/ |