diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-06-25 22:26:26 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-06-25 22:26:26 +0000 |
commit | 030f6d6f83c5e876c8c4fe4cf4df20a8eeba08ab (patch) | |
tree | e5ced43adeca6b8c727caa36d47aa18581e93b26 /devel/cflow | |
parent | a9c6efc7091832b9d01eb6637c7ec3e8b21d49eb (diff) | |
download | ports-030f6d6f83c5e876c8c4fe4cf4df20a8eeba08ab.tar.gz ports-030f6d6f83c5e876c8c4fe4cf4df20a8eeba08ab.zip |
Notes
Diffstat (limited to 'devel/cflow')
-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 |