aboutsummaryrefslogtreecommitdiff
path: root/finance/gnucash
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2022-01-01 15:52:35 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2022-01-01 15:52:35 +0000
commit359c208824c422958ce1cd086d66bd20d4b62af5 (patch)
tree940d837b67c66e44af908a76e1b8328a9aa43777 /finance/gnucash
parentb0ae8d94970733407f0f7cb106930c63a3361e13 (diff)
downloadports-359c208824c422958ce1cd086d66bd20d4b62af5.tar.gz
ports-359c208824c422958ce1cd086d66bd20d4b62af5.zip
finance/gnucash: add rintime dependency
Add runtime dependency on www/p5-LWP-Protocol-https, which is required for proper fetching of security prices via https protocol.
Diffstat (limited to 'finance/gnucash')
-rw-r--r--finance/gnucash/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile
index f630b5187b34..6eb78eb35f2a 100644
--- a/finance/gnucash/Makefile
+++ b/finance/gnucash/Makefile
@@ -1,5 +1,6 @@
PORTNAME= gnucash
PORTVERSION= 4.9
+PORTREVISION= 1
CATEGORIES= finance gnome
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION}
@@ -24,7 +25,8 @@ LIB_DEPENDS= libgnome-keyring.so:security/libgnome-keyring \
libharfbuzz.so:print/harfbuzz
RUN_DEPENDS= p5-libwww>=0:www/p5-libwww \
p5-Date-Manip>=0:devel/p5-Date-Manip \
- p5-Finance-Quote>=0:finance/p5-Finance-Quote
+ p5-Finance-Quote>=0:finance/p5-Finance-Quote \
+ p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https
USES= cmake:insource compiler:c++11-lib cpe desktop-file-utils \
gettext-tools gnome libtool localbase perl5 pkgconfig \