diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-01-13 07:17:26 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-01-13 07:17:26 +0000 |
commit | 776a66e34720436001c9bbb9a5d3341273fbff50 (patch) | |
tree | 72dd51b829a753c41cb8d86eaa490aaaabbd4c97 /comms | |
parent | A couple more Y2K links I've been able to find... (diff) |
Remove ghostscript (ver. 2) and ghostscript4. We now have GNU ghostscript5
and Alladin ghostscript55.
Approved by: the ports list
Notes
Notes:
svn path=/head/; revision=16029
Diffstat (limited to 'comms')
-rw-r--r-- | comms/tkhylafax/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/tkhylafax/Makefile b/comms/tkhylafax/Makefile index 9ab00d6c430c..a8553a0eb53b 100644 --- a/comms/tkhylafax/Makefile +++ b/comms/tkhylafax/Makefile @@ -3,7 +3,7 @@ # Date created: Sun Jun 8 11:51:21 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.5 1998/02/21 22:38:07 fenner Exp $ +# $Id: Makefile,v 1.6 1998/08/07 23:56:12 asami Exp $ # DISTNAME= tkhylafax-3.0b2 @@ -15,7 +15,7 @@ MAINTAINER= andreas@FreeBSD.ORG RUN_DEPENDS= wish4.2:${PORTSDIR}/x11-toolkits/tk42 \ sendfax:${PORTSDIR}/comms/hylafax \ - gs:${PORTSDIR}/print/ghostscript4 \ + gs:${PORTSDIR}/print/ghostscript5 \ gv:${PORTSDIR}/print/gv WRKSRC= ${WRKDIR}/tkhylafax-3.0 |