diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-04-08 17:06:19 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-04-08 17:06:19 +0000 |
commit | 29f52343cc9242f5a503aa3eb41170bc0f2297ea (patch) | |
tree | a57f5a1c3fcae72a438cacf6ebc761df986c9a22 /devel/p5-Term-Detect-Software/Makefile | |
parent | 3f9c99fb6e7b5c76e63deed5f86ce8cb76637896 (diff) | |
download | ports-29f52343cc9242f5a503aa3eb41170bc0f2297ea.tar.gz ports-29f52343cc9242f5a503aa3eb41170bc0f2297ea.zip |
Add missing dependency
- Bump PORTREVISION for dependency change
PR: 245446
Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
Notes
Notes:
svn path=/head/; revision=531138
Diffstat (limited to 'devel/p5-Term-Detect-Software/Makefile')
-rw-r--r-- | devel/p5-Term-Detect-Software/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-Term-Detect-Software/Makefile b/devel/p5-Term-Detect-Software/Makefile index 7bf31a9901d6..930b36f0f38b 100644 --- a/devel/p5-Term-Detect-Software/Makefile +++ b/devel/p5-Term-Detect-Software/Makefile @@ -3,6 +3,7 @@ PORTNAME= Term-Detect-Software PORTVERSION= 0.222 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +16,8 @@ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-File-Which>=0:sysutils/p5-File-Which +RUN_DEPENDS= p5-File-Which>=0:sysutils/p5-File-Which \ + p5-Proc-Find-Parents>=0.631:devel/p5-Proc-Find-Parents USES= perl5 USE_PERL5= configure |