diff options
author | jlam <jlam> | 2000-05-10 15:39:06 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-05-10 15:39:06 +0000 |
commit | 81950a71cfaaa95c0e033453453132816d66b637 (patch) | |
tree | 63bec7f60cfeb7c8df394b6ebe69773f869ab723 /print/stylewriter | |
parent | 14d1563087446b04433eba48916e02bcdaa0c9fc (diff) | |
download | pkgsrc-81950a71cfaaa95c0e033453453132816d66b637.tar.gz |
Alter dependencies. Packages needing X11 drivers use
DEPENDS+= ghostscript-[6-9]*:../../print/ghostscript
and packages needing just any ghostscript binary use
DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript
Diffstat (limited to 'print/stylewriter')
-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 f3c75f65213..8008f87a7f5 100644 --- a/print/stylewriter/Makefile +++ b/print/stylewriter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/05/07 02:11:18 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2000/05/10 15:39:08 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{,-nox11,-x11}-[0-9]*:../../print/ghostscript-x11 +DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript DEPENDS+= enscript-1.6.1:../../print/enscript NO_CONFIGURE= yes |