diff options
author | jlam <jlam@pkgsrc.org> | 2000-05-10 15:39:06 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-05-10 15:39:06 +0000 |
commit | fd75e24317f11b2d93b0aa1290d4ac1d1d35e98c (patch) | |
tree | 63bec7f60cfeb7c8df394b6ebe69773f869ab723 /comms/hylafax | |
parent | 541f533f1933aa6e61aebc618175bcab4ddd9cbc (diff) | |
download | pkgsrc-fd75e24317f11b2d93b0aa1290d4ac1d1d35e98c.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 'comms/hylafax')
-rw-r--r-- | comms/hylafax/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index deffebdc607..87be9140bce 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/05/07 02:11:16 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2000/05/10 15:39:06 jlam Exp $ # DISTNAME= hylafax-4.1beta2 @@ -15,7 +15,7 @@ HOMEPAGE= http://www.hylafax.org/ DEPENDS+= tiff-*:../../graphics/tiff DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= mawk>=1.2.2:../../lang/mawk -DEPENDS+= ghostscript{,-nox11,-x11}-[0-9]*:../../print/ghostscript-x11 +DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript CONFLICTS= mgetty-* |