diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2017-07-17 22:54:17 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2017-07-17 22:54:17 +0000 |
commit | 64ae0dac18cf108cb41291ad3391f67e22118594 (patch) | |
tree | b3cf23f30c44093118d535d18d50cf08e1adbd1f /ports-mgmt | |
parent | 085c30c7d0a1ad600953e15f53b668f1e6fe7960 (diff) | |
download | ports-64ae0dac18cf108cb41291ad3391f67e22118594.tar.gz ports-64ae0dac18cf108cb41291ad3391f67e22118594.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portscout/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports-mgmt/portscout/Makefile b/ports-mgmt/portscout/Makefile index 85192d40ad68..b628fa689909 100644 --- a/ports-mgmt/portscout/Makefile +++ b/ports-mgmt/portscout/Makefile @@ -3,7 +3,7 @@ PORTNAME= portscout PORTVERSION= 0.8.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= ports-mgmt MASTER_SITES= http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ \ http://www.atarininja.org/~wxs/distfiles/ \ @@ -15,6 +15,7 @@ COMMENT= Tool to scan for new versions of FreeBSD ports LICENSE= BSD2CLAUSE RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI \ + p5-CGI>=0:www/p5-CGI \ p5-Proc-Queue>=0:devel/p5-Proc-Queue \ p5-URI>=0:net/p5-URI \ p5-XML-XPath>=0:textproc/p5-XML-XPath \ |