diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-25 09:01:25 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-25 09:01:25 +0000 |
commit | 0a6c60d05632ca7959196f3efd4949a3e681ebab (patch) | |
tree | 912fa012a0348fd5a0c256a1e3e6df452be1962e /comms | |
parent | e2fda38196a42df88877660e86d3cb3c68150e1a (diff) | |
download | ports-0a6c60d05632ca7959196f3efd4949a3e681ebab.tar.gz ports-0a6c60d05632ca7959196f3efd4949a3e681ebab.zip |
Notes
Diffstat (limited to 'comms')
-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 8a9831a36c6a..55d23b2b4b3b 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.18 1998/09/19 05:46:00 steve Exp $ +# $Id: Makefile,v 1.19 1998/11/25 05:06:22 jseger Exp $ # DISTNAME= hylafax-v4.0pl2 @@ -21,7 +21,7 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 \ # no dependency on ghostscript because we don't know which # version the user prefers RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 -LIB_DEPENDS= tiff.1:${PORTSDIR}/graphics/tiff34 \ +LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff34 \ jpeg.9:${PORTSDIR}/graphics/jpeg USE_GMAKE= yes |