aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authornivit <nivit@FreeBSD.org>2011-06-23 22:20:04 +0800
committernivit <nivit@FreeBSD.org>2011-06-23 22:20:04 +0800
commitc15dd908badec3bc1a7329e20b47021ca7feafde (patch)
treed31ad0c9d420914714d77e0435b7343181c918bf /deskutils
parent4c79d2610d7f1278c81390e0eda96fbb0482b445 (diff)
downloadfreebsd-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/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 \