diff options
author | jlam <jlam@pkgsrc.org> | 2000-05-07 02:11:16 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-05-07 02:11:16 +0000 |
commit | 582a02f348ffab91e61685e5217310eb087f5935 (patch) | |
tree | 5b97a915a79c4a41ab3dd86e72506cca9617d6e7 /print/gv | |
parent | 82c2034fab2fbebf18a4ca1c43b167e9d08f7ede (diff) | |
download | pkgsrc-582a02f348ffab91e61685e5217310eb087f5935.tar.gz |
Correct dependencies to find all applicable versions of ghostscript.
If ghostscript isn't installed, then install ghostscript-x11 as it
will always work.
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 36e3e5c619d..469f73477d2 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2000/04/20 16:32:23 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2000/05/07 02:11:18 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.50nb2:../../print/ghostscript5-x11 +DEPENDS+= ghostscript-x11-*:../../print/ghostscript-x11 USE_IMAKE= yes USE_XAW= yes |