diff options
author | steve <steve@FreeBSD.org> | 1998-12-07 13:34:38 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-12-07 13:34:38 +0800 |
commit | 6a1cc9e5e002ea6e3f2aeea207e5784899afaac5 (patch) | |
tree | 6e23ba88095c37851b8cbe75330c40262f7f0229 /devel/swig20 | |
parent | 0bc002b11a30d1e63a4c8cb7e15068f1321fa9e4 (diff) | |
download | freebsd-ports-gnome-6a1cc9e5e002ea6e3f2aeea207e5784899afaac5.tar.gz freebsd-ports-gnome-6a1cc9e5e002ea6e3f2aeea207e5784899afaac5.tar.zst freebsd-ports-gnome-6a1cc9e5e002ea6e3f2aeea207e5784899afaac5.zip |
Remove the trailing '/' from *_DEPENDS definitions.
Caught by: A little perl script for INDEX generation that Satoshi
and I are working on. :)
Diffstat (limited to 'devel/swig20')
-rw-r--r-- | devel/swig20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/swig20/Makefile b/devel/swig20/Makefile index 967828e6248b..eb7dc6868eea 100644 --- a/devel/swig20/Makefile +++ b/devel/swig20/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 |