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/xv | |
parent | 3eab48bc619a5b208aa8d04f7209a75045c485d6 (diff) | |
download | pkgsrc-0167d8062976545ea6414a9a2724b5c3a5eaecf0.tar.gz |
Update libjpeg to v6b.
Diffstat (limited to 'graphics/xv')
-rw-r--r-- | graphics/xv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index f7bf3dd34a7..975a70e9cdc 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1998/06/22 12:39:48 agc Exp $ +# $NetBSD: Makefile,v 1.12 1998/07/04 05:11:14 mycroft Exp $ # FreeBSD Id: Makefile,v 1.14 1997/07/03 07:37:08 asami Exp # @@ -16,7 +16,7 @@ PATCHFILES= xv-3.10a.JPEG-patch xv-3.10a.TIFF-patch # (for tiff3.4) MAINTAINER= packages@netbsd.org DEPENDS+= tiff-3.4:../../graphics/tiff -DEPENDS+= jpeg-6a:../../graphics/jpeg +DEPENDS+= jpeg-6b:../../graphics/jpeg USE_IMAKE= yes |