diff options
author | jlam <jlam@pkgsrc.org> | 2000-04-10 00:03:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-04-10 00:03:19 +0000 |
commit | 7cc1ac06018447178db48e49d530210332155049 (patch) | |
tree | e3478bafc797a1a40dc3808736cebcbb547f4a90 /comms | |
parent | c5fa25dda79519caa5ba479d953e8c8aa5f75719 (diff) | |
download | pkgsrc-7cc1ac06018447178db48e49d530210332155049.tar.gz |
Remove redundant dependency on ghostscript.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/tkhylafax/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/tkhylafax/Makefile b/comms/tkhylafax/Makefile index 8cb4de571be..daf492618d2 100644 --- a/comms/tkhylafax/Makefile +++ b/comms/tkhylafax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/11/24 10:23:48 agc Exp $ +# $NetBSD: Makefile,v 1.6 2000/04/10 00:03:19 jlam Exp $ # FreeBSD Id: Makefile,v 1.6 1998/08/07 23:56:12 asami Exp # @@ -13,7 +13,6 @@ HOMEPAGE= http://www.elgro.demon.co.uk/resources.html DEPENDS+= hylafax-4.1b2:../../comms/hylafax DEPENDS+= tk-8.0.5:../../x11/tk80 -DEPENDS+= ghostscript-5.50:../../print/ghostscript5 DEPENDS+= gv-3.5.8:../../print/gv WRKSRC= ${WRKDIR}/tkhylafax |