aboutsummaryrefslogtreecommitdiffstats
path: root/finance/sabernetdcs-client
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2010-05-25 14:45:59 +0800
committerwen <wen@FreeBSD.org>2010-05-25 14:45:59 +0800
commitf79c42ab7925db1b6c12190938715d6f068d556b (patch)
tree6cd4c67a232dda2f7567a3ebf920348e18abfe38 /finance/sabernetdcs-client
parentb6718d1677ca0e232a7e3b8d010d2f60542106cb (diff)
downloadfreebsd-ports-gnome-f79c42ab7925db1b6c12190938715d6f068d556b.tar.gz
freebsd-ports-gnome-f79c42ab7925db1b6c12190938715d6f068d556b.tar.zst
freebsd-ports-gnome-f79c42ab7925db1b6c12190938715d6f068d556b.zip
- Fix the depends error caused by remove of devel/py-ro
Diffstat (limited to 'finance/sabernetdcs-client')
-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