diff options
Diffstat (limited to 'textproc/quarto/Makefile')
-rw-r--r-- | textproc/quarto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/quarto/Makefile b/textproc/quarto/Makefile index b29c42427e00..4dd9c0563dd4 100644 --- a/textproc/quarto/Makefile +++ b/textproc/quarto/Makefile @@ -1,5 +1,5 @@ PORTNAME= quarto # quarto also requires some Linux base to be installed, for example linux_base-rl9 -DISTVERSION= 1.7.29 +DISTVERSION= 1.7.30 CATEGORIES= textproc MASTER_SITES= https://github.com/quarto-dev/quarto-cli/releases/download/v${DISTVERSION}/ DISTFILES= quarto-${DISTVERSION}-linux-amd64.tar.gz # same for all architectures @@ -20,7 +20,7 @@ RUN_DEPENDS= bash:shells/bash \ typst:textproc/typst \ deno-dom>0:www/deno-dom \ tex-xetex>0:print/tex-xetex \ - ${LOCALBASE}/lib/ruby/gems/3.2/gems/dartsass-1.49.8/exe/linux/sass:textproc/rubygem-dartsass \ + rubygem-dartsass>0:textproc/rubygem-dartsass \ ${PYTHON_PKGNAMEPREFIX}jupyter>0:devel/py-jupyter@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pipenv>0:devel/py-pipenv@${PY_FLAVOR} \ ${JULIA_RUN_DEPENS} \ |