diff options
author | asami <asami@FreeBSD.org> | 1998-09-15 19:46:15 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-15 19:46:15 +0800 |
commit | d1fac7b50d149f2bf015727a6a210b5d05776782 (patch) | |
tree | 6ed83418dcf67346df14dbfc83651f5197bee4d7 /comms/hylafax/Makefile | |
parent | 2ce05100c16e7a23ab775f3d6572871aed3d57bc (diff) | |
download | freebsd-ports-gnome-d1fac7b50d149f2bf015727a6a210b5d05776782.tar.gz freebsd-ports-gnome-d1fac7b50d149f2bf015727a6a210b5d05776782.tar.zst freebsd-ports-gnome-d1fac7b50d149f2bf015727a6a210b5d05776782.zip |
jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.
(Note, since the shlib major didn't change this just removes the regexp
support.)
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 4e8722930ae4..0947f92dd47a 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.15 1998/06/25 22:26:14 asami Exp $ +# $Id: Makefile,v 1.16 1998/06/27 09:02:35 asami Exp $ # DISTNAME= hylafax-v4.0pl2 @@ -22,7 +22,7 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 \ # version the user prefers RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 LIB_DEPENDS= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 \ - jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg + jpeg.9:${PORTSDIR}/graphics/jpeg USE_GMAKE= yes CONFIGURE_ARGS= --with-INSTALL="" \ |