diff options
author | asami <asami@FreeBSD.org> | 1998-06-26 06:26:26 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-06-26 06:26:26 +0800 |
commit | c551cf4d153ba94e1f681935b25db20a755b5421 (patch) | |
tree | b495cd4ea8777c8af1098ef9f4a154ba8a183e6d /devel | |
parent | 4612680bd19d6bc119f266bc86439ef46cd4f730 (diff) | |
download | freebsd-ports-gnome-c551cf4d153ba94e1f681935b25db20a755b5421.tar.gz freebsd-ports-gnome-c551cf4d153ba94e1f681935b25db20a755b5421.tar.zst freebsd-ports-gnome-c551cf4d153ba94e1f681935b25db20a755b5421.zip |
Rename "bash" to "bash1" (the actual port is already repository copied).
Requested by: chet@ins.CWRU.Edu
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cflow/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cflow/Makefile b/devel/cflow/Makefile index f0e212dd261a..8f6370b0fdcc 100644 --- a/devel/cflow/Makefile +++ b/devel/cflow/Makefile @@ -3,7 +3,7 @@ # Date created: 28 Sept 1995 # Whom: dchapes@zeus.leitch.com # -# $Id: Makefile,v 1.2 1995/11/26 11:28:56 asami Exp $ +# $Id: Makefile,v 1.3 1996/11/18 10:35:12 asami Exp $ # DISTNAME= cflow-2.0 @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= devel/lang/c MAINTAINER= dchapes@zeus.leitch.com -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 USE_GMAKE= yes |