diff options
-rw-r--r-- | comms/hylafax/Makefile | 4 | ||||
-rw-r--r-- | devel/cflow/Makefile | 4 | ||||
-rw-r--r-- | shells/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index a3affd500912..c6210d643fd6 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Apr 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.13 1998/04/15 22:17:55 jseger Exp $ +# $Id: Makefile,v 1.14 1998/05/04 20:22:41 jseger Exp $ # DISTNAME= hylafax-v4.0pl2 @@ -16,7 +16,7 @@ EXTRACT_SUFX= -tar.gz MAINTAINER= itojun@itojun.org -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ +BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 \ ${PREFIX}/lib/afm/Courier:${PORTSDIR}/print/afm # no dependency on ghostscript because we don't know which # version the user prefers 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 diff --git a/shells/Makefile b/shells/Makefile index c30018386888..fd0403ea7caa 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,7 +1,7 @@ -# $Id: Makefile,v 1.12 1997/01/02 07:01:10 asami Exp $ +# $Id: Makefile,v 1.13 1997/01/03 00:40:55 max Exp $ # - SUBDIR += bash + SUBDIR += bash1 SUBDIR += bash2 SUBDIR += es SUBDIR += scsh |