diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-11-25 10:31:07 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-11-25 10:31:07 +0000 |
commit | 34241581a3817500f5b6ec979a0e5f88ad6159ed (patch) | |
tree | 3e8c5a699f36b2aa9b4b99f72a8593b002c67004 /comms/tkhylafax | |
parent | 23cee63b6f96921e3d29158bff5ac1f1edbe52e6 (diff) |
ghostscript5 doesn't exist anymore, so change dependencies to ghostscript55.
Notes
Notes:
svn path=/head/; revision=35411
Diffstat (limited to 'comms/tkhylafax')
-rw-r--r-- | comms/tkhylafax/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/tkhylafax/Makefile b/comms/tkhylafax/Makefile index 1f65905c491e..081cb4e160f4 100644 --- a/comms/tkhylafax/Makefile +++ b/comms/tkhylafax/Makefile @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 \ sendfax:${PORTSDIR}/comms/hylafax \ - gs:${PORTSDIR}/print/ghostscript5 \ + gs:${PORTSDIR}/print/ghostscript55 \ gv:${PORTSDIR}/print/gv WRKSRC= ${WRKDIR}/tkhylafax-3.0 |