summaryrefslogtreecommitdiff
path: root/print/stylewriter
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/stylewriter
parent0f7e593cf9a3947ee13738e5e25f246ec427278b (diff)
downloadpkgsrc-e4093ebf3e962a6f0fcd23088f32e94b4b59a481.tar.gz
Backout changes to use gstty and depend on ghostscript*-5.50nb2.
Diffstat (limited to 'print/stylewriter')
-rw-r--r--print/stylewriter/Makefile6
1 files changed, 3 insertions, 3 deletions
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"