diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-06-27 09:02:35 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-06-27 09:02:35 +0000 |
commit | baeac4caeda3e5178934bb076b0924af42e903ed (patch) | |
tree | eb3847364989650fd4d1108f47f7a89277ef5284 /comms/hylafax | |
parent | Remove one non-existent file. (diff) |
Oops, missed another "shells/bash".
Found by: make index
Notes
Notes:
svn path=/head/; revision=11555
Diffstat (limited to 'comms/hylafax')
-rw-r--r-- | comms/hylafax/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index c6210d643fd6..4e8722930ae4 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.14 1998/05/04 20:22:41 jseger Exp $ +# $Id: Makefile,v 1.15 1998/06/25 22:26:14 asami Exp $ # DISTNAME= hylafax-v4.0pl2 @@ -20,7 +20,7 @@ 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 -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 LIB_DEPENDS= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 \ jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg |