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 /print/gv | |
parent | 9ff8bfbcfa35bceb136b840b393e9acfb528bb4f (diff) | |
download | pkgsrc-f8d62659ef16f2f3129ee22a2da90d29f8d87e94.tar.gz |
Depend on ghostscript-*nb1 since were modified to use gstty/gs.
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 9ed2aa78990..c27caefcb95 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2000/03/24 18:27:54 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2000/04/16 17:36:45 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-5.50:../../print/ghostscript5-x11 +DEPENDS+= ghostscript-x11-5.50nb1:../../print/ghostscript5-x11 USE_IMAKE= yes USE_XAW= yes |