diff options
author | jlam <jlam> | 2000-04-16 17:36:42 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-04-16 17:36:42 +0000 |
commit | f8d62659ef16f2f3129ee22a2da90d29f8d87e94 (patch) | |
tree | feb64bca78824352b5da13ec0a529976e3dcaffb /graphics/xv | |
parent | 9ff8bfbcfa35bceb136b840b393e9acfb528bb4f (diff) | |
download | pkgsrc-f8d62659ef16f2f3129ee22a2da90d29f8d87e94.tar.gz |
Depend on ghostscript-*nb1 since were modified to use gstty/gs.
Diffstat (limited to 'graphics/xv')
-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 6b38e061aa7..848ad5cf31a 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2000/03/21 22:40:55 tron Exp $ +# $NetBSD: Makefile,v 1.27 2000/04/16 17:36:44 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.50:../../print/ghostscript5 +DEPENDS+= ghostscript-5.50nb1:../../print/ghostscript5 DEPENDS+= png>=1.0.6:../png DEPENDS+= tiff-*:../../graphics/tiff |