diff options
author | jlam <jlam@pkgsrc.org> | 2000-04-16 17:36:42 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-04-16 17:36:42 +0000 |
commit | c651217a127541d87e9bec2ff82f3cf7fd57e369 (patch) | |
tree | feb64bca78824352b5da13ec0a529976e3dcaffb /print/gnome-print | |
parent | 7587ccf1455cb634d576e2a66c8fc6101a6f2cd3 (diff) | |
download | pkgsrc-c651217a127541d87e9bec2ff82f3cf7fd57e369.tar.gz |
Depend on ghostscript-*nb1 since were modified to use gstty/gs.
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 74d6454604b..2c08931a3c2 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2000/04/16 15:07:42 rh Exp $ +# $NetBSD: Makefile,v 1.20 2000/04/16 17:36:45 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.*:../../print/ghostscript5 +DEPENDS+= ghostscript-5.50nb1:../../print/ghostscript5 USE_LIBTOOL= # defined USE_X11BASE= # defined |