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 /print/transfig | |
parent | 3eab48bc619a5b208aa8d04f7209a75045c485d6 (diff) | |
download | pkgsrc-0167d8062976545ea6414a9a2724b5c3a5eaecf0.tar.gz |
Update libjpeg to v6b.
Diffstat (limited to 'print/transfig')
-rw-r--r-- | print/transfig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/transfig/Makefile b/print/transfig/Makefile index 5bdfa451524..a0f702e2efe 100644 --- a/print/transfig/Makefile +++ b/print/transfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/07/03 14:24:42 frueauf Exp $ +# $NetBSD: Makefile,v 1.7 1998/07/04 05:11:15 mycroft Exp $ # DISTNAME= transfig.3.2.1 @@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= applications/drawing_tools/transfig MAINTAINER= root@garbled.futureone.com DEPENDS+= xpm-3.4j:../../graphics/xpm -DEPENDS+= jpeg-6a:../../graphics/jpeg +DEPENDS+= jpeg-6b:../../graphics/jpeg CONFLICTS= transfig-3.2 |