diff options
author | jlam <jlam@pkgsrc.org> | 2000-05-10 15:39:06 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-05-10 15:39:06 +0000 |
commit | fd75e24317f11b2d93b0aa1290d4ac1d1d35e98c (patch) | |
tree | 63bec7f60cfeb7c8df394b6ebe69773f869ab723 /graphics/xv | |
parent | 541f533f1933aa6e61aebc618175bcab4ddd9cbc (diff) | |
download | pkgsrc-fd75e24317f11b2d93b0aa1290d4ac1d1d35e98c.tar.gz |
Alter dependencies. Packages needing X11 drivers use
DEPENDS+= ghostscript-[6-9]*:../../print/ghostscript
and packages needing just any ghostscript binary use
DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript
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 4ec8cb46791..0540de765d3 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2000/05/07 02:11:17 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2000/05/10 15:39:06 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{,-nox11,-x11}-[0-9]*:../../print/ghostscript-x11 +DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript DEPENDS+= png>=1.0.6:../png DEPENDS+= tiff-*:../../graphics/tiff |