aboutsummaryrefslogtreecommitdiffstats
path: root/finance
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2012-09-26 18:54:54 +0800
committerbsam <bsam@FreeBSD.org>2012-09-26 18:54:54 +0800
commit4e0e4bdbf8352775573281d6e7626b2f5607c499 (patch)
treef8cd7f19208b73a292fe33f4fc7eb85cab9ba345 /finance
parent969d5b16691f18f174ba1d837b32524c60fffed5 (diff)
downloadfreebsd-ports-gnome-4e0e4bdbf8352775573281d6e7626b2f5607c499.tar.gz
freebsd-ports-gnome-4e0e4bdbf8352775573281d6e7626b2f5607c499.tar.zst
freebsd-ports-gnome-4e0e4bdbf8352775573281d6e7626b2f5607c499.zip
Fix the dependency (a copy-n-paste error).
Pointed out by: pointyhat (via beat) Approved by: Matthias Petermann <matthias@petermann.it> (maintainer)
Diffstat (limited to 'finance')
-rw-r--r--finance/trytond_stock_forecast/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/trytond_stock_forecast/Makefile b/finance/trytond_stock_forecast/Makefile
index a00f213d514f..a851b3909ec2 100644
--- a/finance/trytond_stock_forecast/Makefile
+++ b/finance/trytond_stock_forecast/Makefile
@@ -3,6 +3,7 @@
PORTNAME= trytond_stock_forecast
PORTVERSION= 2.4.0
+PORTREVISION= 1
CATEGORIES= finance python
MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/
@@ -14,7 +15,7 @@ LICENSE= GPLv3
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil \
trytond>=2.4.0:${PORTSDIR}/finance/trytond \
trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product \
- trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_company \
+ trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock \
trytond_company>=2.4.0:${PORTSDIR}/finance/trytond_company
USE_PYTHON= yes