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/gnome-print | |
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/gnome-print')
-rw-r--r-- | print/gnome-print/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index 43b018be54d..f092d118206 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2000/04/24 14:14:35 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.23 2000/05/07 02:11:17 jlam Exp $ # DISTNAME= gnome-print-0.18 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.levien.com/gnome/print-arch.html DEPENDS+= gnome-libs>=1.0.56:../../x11/gnome-libs DEPENDS+= libxml>=1.8.5:../../textproc/libxml -DEPENDS+= ghostscript*-5.50nb2:../../print/ghostscript5 +DEPENDS+= ghostscript{,-nox11,-x11}-[0-9]*:../../print/ghostscript-x11 USE_LIBTOOL= # defined USE_X11BASE= # defined |