aboutsummaryrefslogtreecommitdiff
path: root/deskutils/griffith/Makefile
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2011-06-25 07:35:30 +0000
committerNicola Vitale <nivit@FreeBSD.org>2011-06-25 07:35:30 +0000
commitaf6c478e1129f4a5b6a1cf0f6587929b5bdef8a2 (patch)
tree0bf4621cad832ea69cd14369d253da176d97df8a /deskutils/griffith/Makefile
parentf8d357bc2fba92ddd07ceaa160b5f8bf59a19c50 (diff)
downloadports-af6c478e1129f4a5b6a1cf0f6587929b5bdef8a2.tar.gz
ports-af6c478e1129f4a5b6a1cf0f6587929b5bdef8a2.zip
- Fix path/typo in the tuple of py-sqlalchemy in RUN_DEPENDS
Reported by: pavbot
Notes
Notes: svn path=/head/; revision=276326
Diffstat (limited to 'deskutils/griffith/Makefile')
-rw-r--r--deskutils/griffith/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/griffith/Makefile b/deskutils/griffith/Makefile
index e58ef24042f9..669b9338b32c 100644
--- a/deskutils/griffith/Makefile
+++ b/deskutils/griffith/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Lightweight film collection manager
RUN_DEPENDS= py*-pysqlite>=2.0:${PORTSDIR}/databases/py-pysqlite23 \
- py*-sqlalchemy>=0.5:${PORTSDIR}/databases/py-sqlalchemy06 \
+ py*-sqlalchemy06>=0.5:${PORTSDIR}/databases/py-sqlalchemy06 \
py*-imaging>=0:${PORTSDIR}/graphics/py-imaging \
py*-reportlab>=1.19:${PORTSDIR}/print/py-reportlab \
py*-chardet>=0:${PORTSDIR}/textproc/py-chardet \