diff options
author | wen <wen@FreeBSD.org> | 2018-02-23 10:52:51 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2018-02-23 10:52:51 +0800 |
commit | b685df96dd917d5d1382ba79f632caa7b069b331 (patch) | |
tree | 27be73d7f82e9f1de0f94fe301494735b79cc38b | |
parent | eadf4c451951a5f2044a3e95ce14c91f5e0fc215 (diff) | |
download | freebsd-ports-gnome-b685df96dd917d5d1382ba79f632caa7b069b331.tar.gz freebsd-ports-gnome-b685df96dd917d5d1382ba79f632caa7b069b331.tar.zst freebsd-ports-gnome-b685df96dd917d5d1382ba79f632caa7b069b331.zip |
- Add www/p5-LWP-Protocol-https to RUN_DEPENDS
PR: 226090
Submitted by: yasu@utahime.org
Approved by: maintainer
-rw-r--r-- | www/validator/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/validator/Makefile b/www/validator/Makefile index fefe58b9a38c..822b890eb40a 100644 --- a/www/validator/Makefile +++ b/www/validator/Makefile @@ -5,7 +5,7 @@ PORTNAME= validator DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 1_3 DISTVERSIONSUFFIX= -release -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MAINTAINER= cyberbotx@cyberbotx.com @@ -26,6 +26,7 @@ RUN_DEPENDS= onsgmls:textproc/opensp \ p5-HTML-Template>=0:www/p5-HTML-Template \ p5-libwww>=5.817:www/p5-libwww \ p5-JSON>=0:converters/p5-JSON \ + p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \ p5-Net-IP>=0:net-mgmt/p5-Net-IP \ p5-SGML-Parser-OpenSP>=0:textproc/p5-SGML-Parser-OpenSP \ p5-URI>=0:net/p5-URI \ |