aboutsummaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2010-05-25 06:45:59 +0000
committerWen Heping <wen@FreeBSD.org>2010-05-25 06:45:59 +0000
commit7bd37a25136c9d8016552dbbf812bf9abe4bdb94 (patch)
tree51cd2e4b38c1198cd9bd0505b8704fb081c86b39 /finance
parent3927d92a20225f80cd0e72ab4dced85399ea7068 (diff)
downloadports-7bd37a25136c9d8016552dbbf812bf9abe4bdb94.tar.gz
ports-7bd37a25136c9d8016552dbbf812bf9abe4bdb94.zip
- Fix the depends error caused by remove of devel/py-ro
Notes
Notes: svn path=/head/; revision=255036
Diffstat (limited to 'finance')
-rw-r--r--finance/sabernetdcs-client/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/sabernetdcs-client/Makefile b/finance/sabernetdcs-client/Makefile
index e8af20f34d7c..a7a8d07e2aeb 100644
--- a/finance/sabernetdcs-client/Makefile
+++ b/finance/sabernetdcs-client/Makefile
@@ -7,7 +7,7 @@
PORTNAME= sabernetdcs
PORTVERSION= 2.0.3
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= finance www
MASTER_SITES= SF/${PORTNAME}/SaberNet%20DCS/${PORTVERSION}
PKGNAMESUFFIX= -client
@@ -18,7 +18,7 @@ COMMENT= SaberNet DCS - A labor data collection system
RUN_DEPENDS= pygtk-codegen-2.0:${PORTSDIR}/x11-toolkits/py-gtk2 \
${PYTHONPREFIX_SITELIBDIR}/gtk-2.0/gobject/__init__.py:${PORTSDIR}/devel/py-gobject \
- ${PYTHONPREFIX_SITELIBDIR}/Pyro/__init__.py:${PORTSDIR}/devel/py-ro
+ ${PYTHONPREFIX_SITELIBDIR}/Pyro/__init__.py:${PORTSDIR}/devel/py-pyro
USE_PYTHON= 2.4+
USE_PYDISTUTILS= yes