diff options
author | asami <asami@FreeBSD.org> | 1999-01-13 07:17:26 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-01-13 07:17:26 +0000 |
commit | 1c0fac79e624a9edd4b83299c665e32165cc888b (patch) | |
tree | 189975fab581a64062474d7f5c0900caa2cf6b91 /comms | |
parent | c4a7cedad4c7bca7c5708de5599def322d7118e3 (diff) | |
download | FreeBSD-ports-1c0fac79e624a9edd4b83299c665e32165cc888b.zip FreeBSD-ports-1c0fac79e624a9edd4b83299c665e32165cc888b.tar.gz |
Remove ghostscript (ver. 2) and ghostscript4. We now have GNU ghostscript5
and Alladin ghostscript55.
Approved by: the ports list
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 9ab00d6..a8553a0 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 |