summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-04-15 21:41:13 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-04-15 21:41:13 +0000
commit0fc2b8bdd1097fb8eadfff1b9deb3419e5042c10 (patch)
tree33e346d06ed38996481eb9cd4a6b9162498f925d /graphics
parentUpdate to version 6b (diff)
Use jpeg shared library version 8.
Notes
Notes: svn path=/head/; revision=10524
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ImageMagick/Makefile4
-rw-r--r--graphics/tiff/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 794e73eea9c4..d4c8eb836acb 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 November 1994
# Whom: torstenb
#
-# $Id: Makefile,v 1.34 1998/03/28 19:43:52 ache Exp $
+# $Id: Makefile,v 1.35 1998/04/11 01:54:04 jseger Exp $
#
DISTNAME= ImageMagick-4.0.4
@@ -19,7 +19,7 @@ MASTER_SITES= http://www.freebsd.org/~jseger/ \
MAINTAINER= jseger@FreeBSD.org
-LIB_DEPENDS= jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \
+LIB_DEPENDS= jpeg\\.8\\.:${PORTSDIR}/graphics/jpeg \
mpeg\\.1\\.[2-9]:${PORTSDIR}/graphics/mpeg-lib \
tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 \
png\\.2\\.:${PORTSDIR}/graphics/png \
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 \