summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjlam <jlam>2000-04-20 16:32:47 +0000
committerjlam <jlam>2000-04-20 16:32:47 +0000
commite4093ebf3e962a6f0fcd23088f32e94b4b59a481 (patch)
treeb7cd7ff7349e0ce453b730d5bef2506bd9eb54d0 /print
parent0f7e593cf9a3947ee13738e5e25f246ec427278b (diff)
downloadpkgsrc-e4093ebf3e962a6f0fcd23088f32e94b4b59a481.tar.gz
Backout changes to use gstty and depend on ghostscript*-5.50nb2.
Diffstat (limited to 'print')
-rw-r--r--print/magicfilter/Makefile6
-rw-r--r--print/stylewriter/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/print/magicfilter/Makefile b/print/magicfilter/Makefile
index a994ab3715f..246fcdad5db 100644
--- a/print/magicfilter/Makefile
+++ b/print/magicfilter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2000/04/16 17:36:46 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2000/04/20 16:32:47 jlam Exp $
DISTNAME= magicfilter-1.2
CATEGORIES= print
@@ -7,14 +7,14 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:=system/printing/}
MAINTAINER= packages@netbsd.org
DEPENDS+= a2ps-*:../../print/a2ps
-DEPENDS+= ghostscript-5.50nb1:../../print/ghostscript5
+DEPENDS+= ghostscript*-5.50nb2:../../print/ghostscript5
DEPENDS+= netpbm-*:../../graphics/netpbm
DEPENDS+= teTeX-bin-*:../../print/teTeX-bin
DEPENDS+= papersize-*:../../print/papersize
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV+= GHOSTSCRIPT=${LOCALBASE}/bin/gstty
+CONFIGURE_ENV+= GHOSTSCRIPT=${LOCALBASE}/bin/gs
PLIST_SRC= ${WRKDIR}/PLIST
diff --git a/print/stylewriter/Makefile b/print/stylewriter/Makefile
index c6ddca73584..fd5cf97c9c4 100644
--- a/print/stylewriter/Makefile
+++ b/print/stylewriter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2000/04/16 17:36:46 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2000/04/20 16:33:56 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.50nb1:../../print/ghostscript5
+DEPENDS+= ghostscript*-5.50nb2:../../print/ghostscript5
DEPENDS+= enscript-1.6.1:../../print/enscript
NO_CONFIGURE= yes
@@ -19,7 +19,7 @@ FILTER_DIR= libexec/stylewriter
FILTERS= direct_stylpbm direct_stylps \
stylascii stylascii.a4 \
stylps stylps-color stylps-color.a4 stylps.a4
-FILTER_SED= -e "s,/usr/local/gnu/bin/gs,${LOCALBASE}/bin/gstty,g" \
+FILTER_SED= -e "s,/usr/local/gnu/bin/gs,${LOCALBASE}/bin/gs,g" \
-e "s,/usr/local,${PREFIX},g"
PRINTCAP_SED= -e "s,/var/spool/stylps,/var/spool/lpd/stylps,g" \
-e "s,/usr/local/sbin,${PREFIX}/libexec/stylewriter,g"