diff options
author | jlam <jlam@pkgsrc.org> | 2000-04-20 16:32:23 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-04-20 16:32:23 +0000 |
commit | a914a9216eb757485d1560038c1198c3e9540894 (patch) | |
tree | 5b1c7f847eadc5104d83a4f51395e4556a38e572 /print/gv | |
parent | 783e3804bc370bd0d3a70d9db1d9f142a13ef0d8 (diff) | |
download | pkgsrc-a914a9216eb757485d1560038c1198c3e9540894.tar.gz |
Depend on ghostscript-x11-5.50nb2.
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 c27caefcb95..36e3e5c619d 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2000/04/16 17:36:45 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2000/04/20 16:32:23 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.50nb1:../../print/ghostscript5-x11 +DEPENDS+= ghostscript-x11-5.50nb2:../../print/ghostscript5-x11 USE_IMAKE= yes USE_XAW= yes |