diff options
author | jlam <jlam> | 2000-04-16 17:36:42 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-04-16 17:36:42 +0000 |
commit | 6165e1ccd9cdd86373e8edc4fd37a211d01f0957 (patch) | |
tree | feb64bca78824352b5da13ec0a529976e3dcaffb /comms | |
parent | 100e84ec7ea44ed396e1d17088e98a227cca557b (diff) | |
download | pkgsrc-6165e1ccd9cdd86373e8edc4fd37a211d01f0957.tar.gz |
Depend on ghostscript-*nb1 since were modified to use gstty/gs.
Diffstat (limited to 'comms')
-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 01ccf40d6d4..0fdd0b7e9fd 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/03/24 18:05:07 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2000/04/16 17:36:42 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-5.50:../../print/ghostscript5 +DEPENDS+= ghostscript-5.50nb1:../../print/ghostscript5 CONFLICTS= mgetty-* |