diff options
author | mycroft <mycroft@pkgsrc.org> | 1998-07-04 05:11:12 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 1998-07-04 05:11:12 +0000 |
commit | 0167d8062976545ea6414a9a2724b5c3a5eaecf0 (patch) | |
tree | fc8e0740845028c350c79aa574f0b6b054a318b2 /graphics/tiff | |
parent | 3eab48bc619a5b208aa8d04f7209a75045c485d6 (diff) | |
download | pkgsrc-0167d8062976545ea6414a9a2724b5c3a5eaecf0.tar.gz |
Update libjpeg to v6b.
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 74b6157aaa7..6383c8c080a 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1998/06/22 12:39:47 agc Exp $ +# $NetBSD: Makefile,v 1.12 1998/07/04 05:11:13 mycroft Exp $ DISTNAME= tiff-v3.4beta037 PKGNAME= tiff-3.4 @@ -10,7 +10,7 @@ EXTRACT_SUFX= -tar.gz MAINTAINER= tron@netbsd.org -DEPENDS+= jpeg-6a:../../graphics/jpeg +DEPENDS+= jpeg-6b:../../graphics/jpeg HAS_CONFIGURE= yes CONFIGURE_ARGS+= --noninteractive --site ${FILESDIR} |