diff options
Diffstat (limited to 'devel/swig13/Makefile')
-rw-r--r-- | devel/swig13/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/swig13/Makefile b/devel/swig13/Makefile index 5d9ca1132e9..6bca009bea2 100644 --- a/devel/swig13/Makefile +++ b/devel/swig13/Makefile @@ -3,17 +3,17 @@ # Date created: 19 April 1996 # Whom: jkh # -# $Id: Makefile,v 1.3 1996/10/09 20:54:24 erich Exp $ +# $Id: Makefile,v 1.4 1996/11/18 11:22:31 asami Exp $ # -DISTNAME= swig1.0 -PKGNAME= swig-1.0 +DISTNAME= swig1.1b4 +PKGNAME= swig-1.1b4 CATEGORIES= devel MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/ MAINTAINER= erich@FreeBSD.org -WRKSRC= ${WRKDIR}/SWIG1.0 +WRKSRC= ${WRKDIR}/SWIG1.1b4 GNU_CONFIGURE= yes .include <bsd.port.mk> |