diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-13 06:53:31 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-13 06:53:31 +0000 |
commit | 1293a34c3ecc1180b38cf0663789b8d08112bef8 (patch) | |
tree | d2e1cce582bf34cf1bb4f37c4673fcd268b32828 /print/stylewriter/Makefile | |
parent | 477c5648f179561a49b3c4d332b367e16a2fb0f1 (diff) | |
download | pkgsrc-1293a34c3ecc1180b38cf0663789b8d08112bef8.tar.gz |
Use ghostscript.mk.
Diffstat (limited to 'print/stylewriter/Makefile')
-rw-r--r-- | print/stylewriter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/stylewriter/Makefile b/print/stylewriter/Makefile index b27b841f062..c7438a5b15a 100644 --- a/print/stylewriter/Makefile +++ b/print/stylewriter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2002/03/13 17:37:38 fredb Exp $ +# $NetBSD: Makefile,v 1.13 2002/09/13 06:53:42 jlam Exp $ # DISTNAME= stylewriter @@ -11,7 +11,6 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.pobox.com/~monroe/styl/ COMMENT= Apple StyleWriter driver for un*x -DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript DEPENDS+= enscript>=1.6.1:../../print/enscript NO_CONFIGURE= yes @@ -59,4 +58,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/styl.ppd ${PREFIX}/share/examples/stylewriter ${INSTALL_DATA_DIR} /var/spool/lpd/stylps +.include "../../mk/ghostscript.mk" .include "../../mk/bsd.pkg.mk" |