diff options
author | jlam <jlam@pkgsrc.org> | 2000-05-07 02:11:16 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-05-07 02:11:16 +0000 |
commit | 582a02f348ffab91e61685e5217310eb087f5935 (patch) | |
tree | 5b97a915a79c4a41ab3dd86e72506cca9617d6e7 /print/html2ps | |
parent | 82c2034fab2fbebf18a4ca1c43b167e9d08f7ede (diff) | |
download | pkgsrc-582a02f348ffab91e61685e5217310eb087f5935.tar.gz |
Correct dependencies to find all applicable versions of ghostscript.
If ghostscript isn't installed, then install ghostscript-x11 as it
will always work.
Diffstat (limited to 'print/html2ps')
-rw-r--r-- | print/html2ps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/html2ps/Makefile b/print/html2ps/Makefile index ddd4a7b26c7..cd7ca18ee8c 100644 --- a/print/html2ps/Makefile +++ b/print/html2ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/04/23 05:55:02 kim Exp $ +# $NetBSD: Makefile,v 1.2 2000/05/07 02:11:18 jlam Exp $ # DISTNAME= html2ps-1.0b1 @@ -9,7 +9,7 @@ MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://www.tdb.uu.se/~jan/html2ps.html DEPENDS+= ImageMagick-*:../../graphics/ImageMagick -DEPENDS+= ghostscript-*:../../print/ghostscript5 +DEPENDS+= ghostscript{,-nox11,-x11}-[0-9]*:../../print/ghostscript-x11 DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= p5-PerlMagick-*:../../graphics/p5-PerlMagick DEPENDS+= p5-libwww-*:../../www/p5-libwww |