diff options
author | tg <tg@FreeBSD.org> | 1997-12-09 18:22:40 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-12-09 18:22:40 +0800 |
commit | 0a12379f7b89d33f71c4e3b2974abc54cb8b49d4 (patch) | |
tree | 0d7dcd995208fbc04b99f32baea25e355939f012 /devel/SWIG-devel/Makefile | |
parent | c20f222a0f8ffcc7990326c2e6b6261832b45c65 (diff) | |
download | freebsd-ports-gnome-0a12379f7b89d33f71c4e3b2974abc54cb8b49d4.tar.gz freebsd-ports-gnome-0a12379f7b89d33f71c4e3b2974abc54cb8b49d4.tar.zst freebsd-ports-gnome-0a12379f7b89d33f71c4e3b2974abc54cb8b49d4.zip |
Upgrade to 1.1p3.
Diffstat (limited to 'devel/SWIG-devel/Makefile')
-rw-r--r-- | devel/SWIG-devel/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/devel/SWIG-devel/Makefile b/devel/SWIG-devel/Makefile index 752adf221079..d46368ce3e0e 100644 --- a/devel/SWIG-devel/Makefile +++ b/devel/SWIG-devel/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: SWIG -# Version required: 1.1p2 +# Version required: 1.1p3 # Date created: 19 April 1996 # Whom: jkh # -# $Id: Makefile,v 1.7 1997/08/11 15:06:30 erich Exp $ +# $Id: Makefile,v 1.8 1997/12/04 11:17:34 asami Exp $ # -DISTNAME= swig1.1p2 -PKGNAME= swig-1.1p2 +DISTNAME= swig1.1p3 +PKGNAME= swig-1.1p3 CATEGORIES= devel MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/ \ ftp://ftp.rge.com/pub/languages/swig/ \ @@ -15,10 +15,11 @@ MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/ \ MAINTAINER= erich@FreeBSD.ORG -BUILD_DEPENDS= ${PREFIX}/bin/python:${PORTSDIR}/lang/python/ +BUILD_DEPENDS= ${PREFIX}/bin/python:${PORTSDIR}/lang/python/ \ + ${PREFIX}/bin/tclsh8.0:${PORTSDIR}/lang/tcl80 USE_PERL5= YES -WRKSRC= ${WRKDIR}/SWIG1.1p2 +WRKSRC= ${WRKDIR}/SWIG1.1p3 GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.0/ \ --with-tcllib=${PREFIX}/lib/tcl8.0/ |