diff options
author | asami <asami@FreeBSD.org> | 2000-11-25 10:31:07 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-11-25 10:31:07 +0000 |
commit | 3a1642981c22da630141e7fab60ed3af93237330 (patch) | |
tree | 2b80a7c0e17fbeb3921d4d3ce5085ee526c26137 /comms | |
parent | 005933e5aa8c68d6c24a97b20c499024d5013954 (diff) | |
download | FreeBSD-ports-3a1642981c22da630141e7fab60ed3af93237330.zip FreeBSD-ports-3a1642981c22da630141e7fab60ed3af93237330.tar.gz |
ghostscript5 doesn't exist anymore, so change dependencies to ghostscript55.
Diffstat (limited to 'comms')
-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 1f65905..081cb4e 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 |