diff options
author | asami <asami@FreeBSD.org> | 2000-11-25 18:31:07 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-11-25 18:31:07 +0800 |
commit | 3a1642981c22da630141e7fab60ed3af93237330 (patch) | |
tree | 2b80a7c0e17fbeb3921d4d3ce5085ee526c26137 /textproc/latex2html/Makefile | |
parent | 005933e5aa8c68d6c24a97b20c499024d5013954 (diff) | |
download | freebsd-ports-gnome-3a1642981c22da630141e7fab60ed3af93237330.tar.gz freebsd-ports-gnome-3a1642981c22da630141e7fab60ed3af93237330.tar.zst freebsd-ports-gnome-3a1642981c22da630141e7fab60ed3af93237330.zip |
ghostscript5 doesn't exist anymore, so change dependencies to ghostscript55.
Diffstat (limited to 'textproc/latex2html/Makefile')
-rw-r--r-- | textproc/latex2html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index 19d4e4a32ac6..5e057f5a51e4 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -15,7 +15,7 @@ MAINTAINER= brett@peloton.runet.edu RUN_DEPENDS= ${LOCALBASE}/bin/latex:${PORTSDIR}/print/latex \ ${LOCALBASE}/bin/dvips:${PORTSDIR}/print/dvips \ - ${LOCALBASE}/bin/gs:${PORTSDIR}/print/ghostscript5 \ + ${LOCALBASE}/bin/gs:${PORTSDIR}/print/ghostscript55 \ ${LOCALBASE}/bin/anytopnm:${PORTSDIR}/graphics/netpbm WRKSRC= ${WRKDIR}/latex2html |