diff options
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/griffith/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/deskutils/griffith/Makefile b/deskutils/griffith/Makefile index 4dd7823055c9..8721417746e7 100644 --- a/deskutils/griffith/Makefile +++ b/deskutils/griffith/Makefile @@ -3,7 +3,7 @@ PORTNAME= griffith PORTVERSION= 0.13 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils MASTER_SITES= http://launchpadlibrarian.net/87859599/ @@ -15,11 +15,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0.5:${PORTSDIR}/databases/py-sqlalchemy06 \ - ${PYTHON_PKGNAMEPREFIX}pillow>=0:${PORTSDIR}/graphics/py-pillow \ - ${PYXML} + ${PYTHON_PKGNAMEPREFIX}pillow>=0:${PORTSDIR}/graphics/py-pillow USE_GNOME= pygtk2 -USES= gmake gettext python tar:xz +USES= gmake gettext python:2 tar:xz NO_BUILD= yes OPTIONS_DEFINE= CHARDET LXML REPORTLAB2 |