diff options
author | markd <markd@pkgsrc.org> | 2015-04-30 06:35:13 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2015-04-30 06:35:13 +0000 |
commit | dec3cba37e8d980ae82ebb82d7f2baae9aac0513 (patch) | |
tree | f4a18b7cf6bd46b14c7595b6219c150c8c7fba6d /print/html2ps | |
parent | 0efbc10ee97f363bcbe5d18649a954bb2c63e0f1 (diff) | |
download | pkgsrc-dec3cba37e8d980ae82ebb82d7f2baae9aac0513.tar.gz |
Refine the dependencies. Bump PKGREVISION.
Diffstat (limited to 'print/html2ps')
-rw-r--r-- | print/html2ps/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/html2ps/Makefile b/print/html2ps/Makefile index 9c10caa0332..95414acd05b 100644 --- a/print/html2ps/Makefile +++ b/print/html2ps/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.36 2014/05/29 23:37:16 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2015/04/30 06:35:13 markd Exp $ # DISTNAME= html2ps-1.0b7 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= print MASTER_SITES= http://user.it.uu.se/~jan/ @@ -15,7 +15,7 @@ DEPENDS+= ImageMagick>=5.3.9nb1:../../graphics/ImageMagick DEPENDS+= jpeg>=6b:../../graphics/jpeg DEPENDS+= p5-PerlMagick-[0-9]*:../../graphics/p5-PerlMagick DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww -DEPENDS+= teTeX-bin-[0-9]*:../../print/teTeX3-bin +DEPENDS+= tex-tex-[0-9]*:../../print/tex-tex DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base DEPENDS+= weblint-[0-9]*:../../www/weblint |