diff options
author | jseger <jseger@FreeBSD.org> | 1998-11-25 13:06:28 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-11-25 13:06:28 +0800 |
commit | 404c789b99f73943ae9b2fc4c44599e6a5815c3e (patch) | |
tree | 3175ab9c2720379676a44e52680ecfccc51e6e7a /comms/hylafax/Makefile | |
parent | 39e1cbd7a121962872f9c69b7e75a905a5db33a7 (diff) | |
download | freebsd-ports-gnome-404c789b99f73943ae9b2fc4c44599e6a5815c3e.tar.gz freebsd-ports-gnome-404c789b99f73943ae9b2fc4c44599e6a5815c3e.tar.zst freebsd-ports-gnome-404c789b99f73943ae9b2fc4c44599e6a5815c3e.zip |
libtiff34->libtiff and include/tiff34/*.h -> include/*.h
Approved by: asami
Diffstat (limited to 'comms/hylafax/Makefile')
-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 |