diff options
author | hubertf <hubertf> | 2000-05-26 23:29:04 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-05-26 23:29:04 +0000 |
commit | ddfbd8410261d1b8c4c076ae438fd7e4659879d3 (patch) | |
tree | 110cd2614db50ce064a73af24e59ef06930df3c0 /graphics | |
parent | b44f7caae0d2c5ff2babf183c4a24e992876993c (diff) | |
download | pkgsrc-ddfbd8410261d1b8c4c076ae438fd7e4659879d3.tar.gz |
Do not depend on (any) ghostscript.
If people want to view postscript, there are better viewers.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xv/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index 0540de765d3..8a1c10ca026 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2000/05/10 15:39:06 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2000/05/26 23:29:04 hubertf Exp $ # FreeBSD Id: Makefile,v 1.14 1997/07/03 07:37:08 asami Exp # @@ -17,7 +17,6 @@ PATCHFILES= xv-3.10a.JPEG-patch xv-3.10a.TIFF-patch # (for tiff3.4) MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.trilon.com/xv/ -DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript DEPENDS+= png>=1.0.6:../png DEPENDS+= tiff-*:../../graphics/tiff |