diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-11-25 05:06:28 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-11-25 05:06:28 +0000 |
commit | d57d33c65548773bf1859e72b5505ce398a739ca (patch) | |
tree | a656e451c71e7e7c0b7004a09a731c2b990891a0 /comms | |
parent | Upgrade to v2.3.3. (diff) |
libtiff34->libtiff and include/tiff34/*.h -> include/*.h
Approved by: asami
Notes
Notes:
svn path=/head/; revision=14889
Diffstat (limited to 'comms')
-rw-r--r-- | comms/hylafax/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 2dd9959e7390..8a9831a36c6a 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.17 1998/09/15 11:45:48 asami Exp $ +# $Id: Makefile,v 1.18 1998/09/19 05:46:00 steve Exp $ # DISTNAME= hylafax-v4.0pl2 @@ -21,14 +21,14 @@ 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= tiff.1:${PORTSDIR}/graphics/tiff34 \ jpeg.9:${PORTSDIR}/graphics/jpeg USE_GMAKE= yes CONFIGURE_ARGS= --with-INSTALL="" \ --with-MAKE=gmake --with-CC=/usr/bin/cc \ - --with-LIBTIFF="-L${PREFIX}/lib -ltiff34 -ljpeg" \ - --with-TIFFINC="${PREFIX}/include/tiff34" + --with-LIBTIFF="-L${PREFIX}/lib -ltiff -ljpeg" \ + --with-TIFFINC="${PREFIX}/include" HAS_CONFIGURE= yes MAN1= hylafax.1 faxalter.1 faxcover.1 faxmail.1 faxrm.1 faxstat.1 sendfax.1 \ sendpage.1 sgi2fax.1 textfmt.1 |