diff options
author | nivit <nivit@FreeBSD.org> | 2011-06-23 22:20:04 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2011-06-23 22:20:04 +0800 |
commit | c15dd908badec3bc1a7329e20b47021ca7feafde (patch) | |
tree | d31ad0c9d420914714d77e0435b7343181c918bf /deskutils | |
parent | 4c79d2610d7f1278c81390e0eda96fbb0482b445 (diff) | |
download | freebsd-ports-gnome-c15dd908badec3bc1a7329e20b47021ca7feafde.tar.gz freebsd-ports-gnome-c15dd908badec3bc1a7329e20b47021ca7feafde.tar.zst freebsd-ports-gnome-c15dd908badec3bc1a7329e20b47021ca7feafde.zip |
- Fix RUN_DEPENDS after the repocopy of databases/py-sqlalchemy
(This port doesn't yet support SQLAlchemy 0.7.X)
- Bump PORTREVISION
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/griffith/Makefile | 3 |
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 \ |