diff --git a/textproc/ripgrep-all/Makefile b/textproc/ripgrep-all/Makefile index 2b8608f0df69..19f4dc1c02e6 100644 --- a/textproc/ripgrep-all/Makefile +++ b/textproc/ripgrep-all/Makefile @@ -1,7 +1,7 @@ PORTNAME= ripgrep-all DISTVERSIONPREFIX= v DISTVERSION= 0.9.6 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= textproc MAINTAINER= alexis.praga@free.fr @@ -11,6 +11,8 @@ WWW= https://github.com/phiresky/ripgrep-all/ LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.md +RUN_DEPENDS= rg:textproc/ripgrep + USES= cargo USE_GITHUB= yes GH_ACCOUNT= phiresky