diff options
author | knu <knu@FreeBSD.org> | 2001-09-12 04:52:33 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-09-12 04:52:33 +0800 |
commit | da95875958db6425cfa539b059cc4ef07627aaf1 (patch) | |
tree | e65d448fa596af2b7125f1471bb2fce4987c0195 /comms | |
parent | 9bedba5f7c2666a427b3694bf3766b63f976502a (diff) | |
download | freebsd-ports-graphics-da95875958db6425cfa539b059cc4ef07627aaf1.tar.gz freebsd-ports-graphics-da95875958db6425cfa539b059cc4ef07627aaf1.tar.zst freebsd-ports-graphics-da95875958db6425cfa539b059cc4ef07627aaf1.zip |
Replace the ghostscript55 dependencies with ghostscript-gnu.
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 081cb4e160f..dd5fa6956b3 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/ghostscript55 \ + gs:${PORTSDIR}/print/ghostscript-gnu \ gv:${PORTSDIR}/print/gv WRKSRC= ${WRKDIR}/tkhylafax-3.0 |