diff options
author | Steve Price <steve@FreeBSD.org> | 1998-12-07 05:34:38 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-12-07 05:34:38 +0000 |
commit | 7f5f51a7926b1a36676464e0fdc42f9a21458e91 (patch) | |
tree | 6dd4069d56cc673858c481c5e382cf63551818fa /devel/swig13 | |
parent | 75e0c6c35eacb9e40e7e3ae360d6d87889dcf3b9 (diff) | |
download | ports-7f5f51a7926b1a36676464e0fdc42f9a21458e91.tar.gz ports-7f5f51a7926b1a36676464e0fdc42f9a21458e91.zip |
Notes
Diffstat (limited to 'devel/swig13')
-rw-r--r-- | devel/swig13/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/swig13/Makefile b/devel/swig13/Makefile index 967828e6248b..eb7dc6868eea 100644 --- a/devel/swig13/Makefile +++ b/devel/swig13/Makefile @@ -3,7 +3,7 @@ # Date created: 19 April 1996 # Whom: jkh # -# $Id: Makefile,v 1.11 1998/02/24 21:42:56 jseger Exp $ +# $Id: Makefile,v 1.12 1998/06/25 06:43:28 tg Exp $ # DISTNAME= swig1.1p4 @@ -15,7 +15,7 @@ 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.1:${PORTSDIR}/lang/tcl81 USE_PERL5= YES |