diff options
author | jlam <jlam> | 2000-04-16 17:36:42 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-04-16 17:36:42 +0000 |
commit | f8d62659ef16f2f3129ee22a2da90d29f8d87e94 (patch) | |
tree | feb64bca78824352b5da13ec0a529976e3dcaffb /print | |
parent | 9ff8bfbcfa35bceb136b840b393e9acfb528bb4f (diff) | |
download | pkgsrc-f8d62659ef16f2f3129ee22a2da90d29f8d87e94.tar.gz |
Depend on ghostscript-*nb1 since were modified to use gstty/gs.
Diffstat (limited to 'print')
-rw-r--r-- | print/ggv/Makefile | 4 | ||||
-rw-r--r-- | print/gnome-print/Makefile | 4 | ||||
-rw-r--r-- | print/gv/Makefile | 4 | ||||
-rw-r--r-- | print/magicfilter/Makefile | 4 | ||||
-rw-r--r-- | print/stylewriter/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/print/ggv/Makefile b/print/ggv/Makefile index 2f847908c80..33802315cd3 100644 --- a/print/ggv/Makefile +++ b/print/ggv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2000/03/24 18:26:43 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2000/04/16 17:36:44 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.50:../../print/ghostscript5-x11 +DEPENDS+= ghostscript-x11-5.50nb1:../../print/ghostscript5-x11 DEPENDS+= gnome-core-*:../../x11/gnome-core GNU_CONFIGURE= YES 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 diff --git a/print/gv/Makefile b/print/gv/Makefile index 9ed2aa78990..c27caefcb95 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2000/03/24 18:27:54 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2000/04/16 17:36:45 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.50:../../print/ghostscript5-x11 +DEPENDS+= ghostscript-x11-5.50nb1:../../print/ghostscript5-x11 USE_IMAKE= yes USE_XAW= yes diff --git a/print/magicfilter/Makefile b/print/magicfilter/Makefile index 04247697f95..a994ab3715f 100644 --- a/print/magicfilter/Makefile +++ b/print/magicfilter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2000/04/10 00:06:28 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2000/04/16 17:36:46 jlam Exp $ DISTNAME= magicfilter-1.2 CATEGORIES= print @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:=system/printing/} MAINTAINER= packages@netbsd.org DEPENDS+= a2ps-*:../../print/a2ps -DEPENDS+= ghostscript-[0-9]*:../../print/ghostscript5 +DEPENDS+= ghostscript-5.50nb1:../../print/ghostscript5 DEPENDS+= netpbm-*:../../graphics/netpbm DEPENDS+= teTeX-bin-*:../../print/teTeX-bin DEPENDS+= papersize-*:../../print/papersize diff --git a/print/stylewriter/Makefile b/print/stylewriter/Makefile index e59de673798..c6ddca73584 100644 --- a/print/stylewriter/Makefile +++ b/print/stylewriter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/04/10 00:06:41 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2000/04/16 17:36:46 jlam Exp $ # DISTNAME= stylewriter @@ -9,7 +9,7 @@ MASTER_SITES= http://www.pobox.com/~monroe/styl/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.pobox.com/~monroe/styl/ -DEPENDS+= ghostscript-5.50:../../print/ghostscript5 +DEPENDS+= ghostscript-5.50nb1:../../print/ghostscript5 DEPENDS+= enscript-1.6.1:../../print/enscript NO_CONFIGURE= yes |