diff options
author | jlam <jlam@pkgsrc.org> | 2001-09-27 23:17:41 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-09-27 23:17:41 +0000 |
commit | f79573370a0e23409840de418068dce41749898e (patch) | |
tree | 8b6ec0cf582f0f57f043f5e5bfea5beac1dfda77 /print/html2ps | |
parent | 31861a39e0c8417fd033a8308d87d25dca31846f (diff) | |
download | pkgsrc-f79573370a0e23409840de418068dce41749898e.tar.gz |
Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also
change dependency examples in Packages.txt to reflect this.
Diffstat (limited to 'print/html2ps')
-rw-r--r-- | print/html2ps/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/print/html2ps/Makefile b/print/html2ps/Makefile index b803a1aed2b..474e84742bd 100644 --- a/print/html2ps/Makefile +++ b/print/html2ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/02/17 17:51:44 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2001/09/27 23:18:36 jlam Exp $ # DISTNAME= html2ps-1.0b1 @@ -9,13 +9,13 @@ MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://www.tdb.uu.se/~jan/html2ps.html COMMENT= HTML to PostScript converter -DEPENDS+= ImageMagick-*:../../graphics/ImageMagick +DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= p5-PerlMagick-*:../../graphics/p5-PerlMagick -DEPENDS+= p5-libwww-*:../../www/p5-libwww +DEPENDS+= p5-PerlMagick-[0-9]*:../../graphics/p5-PerlMagick +DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= teTeX-bin>=1.0.6:../../print/teTeX-bin -DEPENDS+= weblint-*:../../www/weblint +DEPENDS+= weblint-[0-9]*:../../www/weblint USE_PERL5= yes |