diff options
author | steve <steve@FreeBSD.org> | 1998-09-19 05:46:07 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-19 05:46:07 +0000 |
commit | 6da90620d91a44e9d7c4def2cba51b5877bfd6af (patch) | |
tree | d47f46c37685fe2f00c651b42f1556d9a166f380 /comms/hylafax | |
parent | ab560fe95f8a68e087f0df5a668b9433128e56ff (diff) | |
download | FreeBSD-ports-6da90620d91a44e9d7c4def2cba51b5877bfd6af.zip FreeBSD-ports-6da90620d91a44e9d7c4def2cba51b5877bfd6af.tar.gz |
Remove regexp support for libtiff34 as it is now ELF'able.
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 0947f92..2dd9959 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.16 1998/06/27 09:02:35 asami Exp $ +# $Id: Makefile,v 1.17 1998/09/15 11:45:48 asami 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= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 \ +LIB_DEPENDS= tiff34.1:${PORTSDIR}/graphics/tiff34 \ jpeg.9:${PORTSDIR}/graphics/jpeg USE_GMAKE= yes |