diff options
author | taca <taca@pkgsrc.org> | 2003-10-08 10:07:37 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2003-10-08 10:07:37 +0000 |
commit | ec4c7f7c8428ad7a970c29fd4f27d7e79b54ea2e (patch) | |
tree | d1c040823eb6a4d92627d10d7ec754fc408be60c | |
parent | 2e630c6cd7d50f5090e0aefa91395f1b7238718a (diff) | |
download | pkgsrc-ec4c7f7c8428ad7a970c29fd4f27d7e79b54ea2e.tar.gz |
Depends on jpeg-6b package and lator.
(It should be converted buildlink framework.)
-rw-r--r-- | print/apsfilter/Makefile | 4 | ||||
-rw-r--r-- | print/html2ps/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index d27fcac8817..5da93f542e2 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/08/30 20:23:01 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2003/10/08 10:07:37 taca Exp $ # DISTNAME= apsfilter-7.2.5 @@ -13,7 +13,7 @@ COMMENT= Number one magic filter for printing under Unix environment DEPENDS= recode-[0-9]*:../../converters/recode #DEPENDS+= html2ps-[0-9]*:../../print/html2ps DEPENDS+= transfig-[0-9]*:../../print/transfig -DEPENDS+= jpeg-6b:../../graphics/jpeg +DEPENDS+= jpeg>=6b:../../graphics/jpeg DEPENDS+= netpbm>=9.7nb1:../../graphics/netpbm DEPENDS+= a2ps-[0-9]*:../../print/a2ps DEPENDS+= psutils-[0-9]*:../../print/psutils diff --git a/print/html2ps/Makefile b/print/html2ps/Makefile index c046bc14383..3976e5023bc 100644 --- a/print/html2ps/Makefile +++ b/print/html2ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/09/22 21:02:51 kim Exp $ +# $NetBSD: Makefile,v 1.11 2003/10/08 10:08:00 taca Exp $ # DISTNAME= html2ps-1.0b1 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.tdb.uu.se/~jan/html2ps.html COMMENT= HTML to PostScript converter DEPENDS+= ImageMagick>=5.3.9nb1:../../graphics/ImageMagick -DEPENDS+= jpeg-6b:../../graphics/jpeg +DEPENDS+= jpeg>=6b:../../graphics/jpeg DEPENDS+= p5-PerlMagick-[0-9]*:../../graphics/p5-PerlMagick DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= teTeX{,2}-bin>=1.0.6:../../print/teTeX-bin |