diff options
author | jlam <jlam> | 2000-05-07 02:11:16 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-05-07 02:11:16 +0000 |
commit | 66771ffc28048788baf86bb670625169d6b6b9bf (patch) | |
tree | 5b97a915a79c4a41ab3dd86e72506cca9617d6e7 /print/ggv/Makefile | |
parent | 261968513c923d72e6f8cef7f8a0d625d059c353 (diff) | |
download | pkgsrc-66771ffc28048788baf86bb670625169d6b6b9bf.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/ggv/Makefile')
-rw-r--r-- | print/ggv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ggv/Makefile b/print/ggv/Makefile index 6fab9a6a0c9..f6981b6723d 100644 --- a/print/ggv/Makefile +++ b/print/ggv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2000/04/20 16:31:41 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2000/05/07 02:11:17 jlam Exp $ # DISTNAME= ggv-0.50 @@ -9,7 +9,7 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.gnome.org/ BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf -DEPENDS+= ghostscript-x11-5.50nb2:../../print/ghostscript5-x11 +DEPENDS+= ghostscript-x11-*:../../print/ghostscript-x11 DEPENDS+= gnome-core-*:../../x11/gnome-core GNU_CONFIGURE= YES |