diff options
author | jseger <jseger@FreeBSD.org> | 1998-04-16 06:18:24 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-04-16 06:18:24 +0800 |
commit | 85e92521c0a7461e908e7d0b90746b5cb27684aa (patch) | |
tree | 1303a2895b9733d18cc7e52f43398fa2837d3f47 /comms/hylafax/Makefile | |
parent | 5928a29b1926af5b9e42431c28a3c2279566850e (diff) | |
download | freebsd-ports-gnome-85e92521c0a7461e908e7d0b90746b5cb27684aa.tar.gz freebsd-ports-gnome-85e92521c0a7461e908e7d0b90746b5cb27684aa.tar.zst freebsd-ports-gnome-85e92521c0a7461e908e7d0b90746b5cb27684aa.zip |
Switch remaining ports to use jpeg lib version 8.0.
Diffstat (limited to 'comms/hylafax/Makefile')
-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 53088781ce19..d6fd065f1c01 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.11 1997/12/01 08:07:14 tg Exp $ +# $Id: Makefile,v 1.12 1998/04/12 03:10:49 itojun Exp $ # DISTNAME= hylafax-v4.0pl2 @@ -22,7 +22,7 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ # version the user prefers RUN_DEPENDS= bash:${PORTSDIR}/shells/bash LIB_DEPENDS= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 \ - jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg + jpeg\\.8\\.:${PORTSDIR}/graphics/jpeg USE_GMAKE= yes CONFIGURE_ARGS= --with-INSTALL="" \ |