diff options
author | jlam <jlam> | 2000-03-24 18:27:54 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-03-24 18:27:54 +0000 |
commit | 5cc0b9f276a32b6e5c2225bfb683ea0395aed675 (patch) | |
tree | 8548396973fbc5885d45769d1cb2548e86b2f516 /print/gv/Makefile | |
parent | c7141ecb48d95836d18d9b6321b619eb8b56181c (diff) | |
download | pkgsrc-5cc0b9f276a32b6e5c2225bfb683ea0395aed675.tar.gz |
Adapt to use ghostscript-x11.
Diffstat (limited to 'print/gv/Makefile')
-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 1114d27bb25..9ed2aa78990 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2000/03/02 20:58:23 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2000/03/24 18:27:54 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-5.50:../../print/ghostscript5 +DEPENDS+= ghostscript-x11-5.50:../../print/ghostscript5-x11 USE_IMAKE= yes USE_XAW= yes |