diff options
author | jlam <jlam@pkgsrc.org> | 2000-04-20 16:30:24 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-04-20 16:30:24 +0000 |
commit | 348fb30126b64182a3b6681a12a14576d90a0dc2 (patch) | |
tree | 1fd055a8dfa0d9b441e54f05383ed432b2309046 /graphics/xv/Makefile | |
parent | f6243715d05a09d31b340982ac6ce03eff4f83dc (diff) | |
download | pkgsrc-348fb30126b64182a3b6681a12a14576d90a0dc2.tar.gz |
Backout changes to use gstty and depend on ghostscript*-5.50nb2.
Diffstat (limited to 'graphics/xv/Makefile')
-rw-r--r-- | graphics/xv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index 848ad5cf31a..bbf77683dfc 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2000/04/16 17:36:44 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2000/04/20 16:30:51 jlam Exp $ # FreeBSD Id: Makefile,v 1.14 1997/07/03 07:37:08 asami Exp # @@ -17,7 +17,7 @@ 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-5.50nb1:../../print/ghostscript5 +DEPENDS+= ghostscript*-5.50nb2:../../print/ghostscript5 DEPENDS+= png>=1.0.6:../png DEPENDS+= tiff-*:../../graphics/tiff |