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 /print/gv | |
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 'print/gv')
-rw-r--r-- | print/gv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile index 469f73477d2..8250bab4ba1 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2000/05/07 02:11:18 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2000/05/10 15:39:07 jlam Exp $ # FreeBSD Id: Makefile,v 1.16 1997/07/13 18:49:29 max Exp # @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/gv/unix/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://wwwthep.physik.uni-mainz.de/~plass/gv/ -DEPENDS+= ghostscript-x11-*:../../print/ghostscript-x11 +DEPENDS+= ghostscript-[6-9]*:../../print/ghostscript USE_IMAKE= yes USE_XAW= yes |