diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-04-15 21:41:13 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-04-15 21:41:13 +0000 |
commit | 0fc2b8bdd1097fb8eadfff1b9deb3419e5042c10 (patch) | |
tree | 33e346d06ed38996481eb9cd4a6b9162498f925d /graphics/tiff | |
parent | Update to version 6b (diff) |
Use jpeg shared library version 8.
Diffstat (limited to 'graphics/tiff')
-rw-r--r-- | graphics/tiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 18192f45c88f..774aa775fe6d 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -5,7 +5,7 @@ # Mikhail Teterin <mi@aldan.ziplink.net> # Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.5 1997/12/01 07:49:07 tg Exp $ +# $Id: Makefile,v 1.6 1998/02/09 07:26:49 fenner Exp $ # DISTNAME= tiff-v3.4 @@ -16,7 +16,7 @@ EXTRACT_SUFX= -tar.gz MAINTAINER= itojun@itojun.org -LIB_DEPENDS= jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= jpeg\\.8\\.:${PORTSDIR}/graphics/jpeg HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-ZIP --with-JPEG --with-DIR_BIN=${PREFIX}/bin \ |