diff options
author | asami <asami@FreeBSD.org> | 1998-11-25 09:01:25 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-25 09:01:25 +0000 |
commit | 65e8bdc74a95fd59f28654e9b1ab558234d7a1b1 (patch) | |
tree | 854720a9d0c3b3b7ed08c5e6daca96122dc102de /comms | |
parent | b1b71cdbf39fd13dd75ea7fb88a330b5270da08d (diff) | |
download | FreeBSD-ports-65e8bdc74a95fd59f28654e9b1ab558234d7a1b1.zip FreeBSD-ports-65e8bdc74a95fd59f28654e9b1ab558234d7a1b1.tar.gz |
Change libtiff shared lib to version 4.0 -- we've shipped 3.3 before, so 1.0
would go backwards.
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 8a9831a..55d23b2 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 |