aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2011-06-23 14:20:04 +0000
committerNicola Vitale <nivit@FreeBSD.org>2011-06-23 14:20:04 +0000
commit2623e5f29709333fd5873b9a61efe21e606cbd02 (patch)
tree6511cdba0225069c2920b9dff83bb28e0e4b9195 /deskutils
parentba173086c6971e5139bccdbbde01ff1e86813d7a (diff)
downloadports-2623e5f29709333fd5873b9a61efe21e606cbd02.tar.gz
ports-2623e5f29709333fd5873b9a61efe21e606cbd02.zip
- Fix RUN_DEPENDS after the repocopy of databases/py-sqlalchemy
(This port doesn't yet support SQLAlchemy 0.7.X) - Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=276141
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/griffith/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/griffith/Makefile b/deskutils/griffith/Makefile
index 96b8323a2958..e58ef24042f9 100644
--- a/deskutils/griffith/Makefile
+++ b/deskutils/griffith/Makefile
@@ -7,6 +7,7 @@
PORTNAME= griffith
PORTVERSION= 0.12.1
+PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= http://launchpadlibrarian.net/58153655/
@@ -14,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-sqlalchemy \
+ py*-sqlalchemy>=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 \