aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2015-06-23 03:13:42 +0800
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2015-06-23 03:13:42 +0800
commitf0cff9b322b33fdd06f0de2874abb7ce797af5ef (patch)
treef9661caa12562aa1ecb6066b1785976bb7f88cd5 /deskutils
parentf4d496fb0d6df4e9a344df4f5ce530d531bbc03b (diff)
downloadfreebsd-ports-gnome-f0cff9b322b33fdd06f0de2874abb7ce797af5ef.tar.gz
freebsd-ports-gnome-f0cff9b322b33fdd06f0de2874abb7ce797af5ef.tar.zst
freebsd-ports-gnome-f0cff9b322b33fdd06f0de2874abb7ce797af5ef.zip
deskutils/griffith: drop dependency on py-xml
According to griffith changelog, dependency on py-xml had retired upstream since version 0.9.7, so we not need it too.
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/griffith/Makefile7
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