diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-06-22 22:17:52 +0800 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-06-22 22:17:52 +0800 |
commit | fc7425aed22a2760d2a87e739b3b41dd794471fa (patch) | |
tree | 57a4dc5fc55c1519f47260e936b686aad5e0f48b /deskutils | |
parent | 86185ef01a038952d6ac10c5ca3c6885bbcf95bb (diff) | |
download | freebsd-ports-gnome-fc7425aed22a2760d2a87e739b3b41dd794471fa.tar.gz freebsd-ports-gnome-fc7425aed22a2760d2a87e739b3b41dd794471fa.tar.zst freebsd-ports-gnome-fc7425aed22a2760d2a87e739b3b41dd794471fa.zip |
deskutils/conduit: drop dependency on py-xml
conduit doesn't using py-xml since version 0.3.5, so remove it and bump
PORTREVISION. Limit python version to 2.x while here.
References:
* http://lwn.net/Articles/265342/
* https://bugzilla.redhat.com/show_bug.cgi?id=454995
With hat: python
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/conduit/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/deskutils/conduit/Makefile b/deskutils/conduit/Makefile index efff4bbdfb52..afad4ace5059 100644 --- a/deskutils/conduit/Makefile +++ b/deskutils/conduit/Makefile @@ -4,7 +4,7 @@ PORTNAME= conduit PORTVERSION= 0.3.17 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= deskutils MASTER_SITES= GNOME @@ -13,19 +13,17 @@ COMMENT= Synchronization application for GNOME BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/goocanvasmodule.so:${PORTSDIR}/graphics/py-goocanvas \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ - xmlproc_parse:${PORTSDIR}/textproc/py-xml \ ${PYTHON_PKGNAMEPREFIX}vobject>=0.4.8:${PORTSDIR}/deskutils/py-vobject \ ${PYTHON_PKGNAMEPREFIX}dbus>0:${PORTSDIR}/devel/py-dbus LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus RUN_DEPENDS= ${PYTHON_SITELIBDIR}/goocanvasmodule.so:${PORTSDIR}/graphics/py-goocanvas \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ - xmlproc_parse:${PORTSDIR}/textproc/py-xml \ ${PYTHON_PKGNAMEPREFIX}vobject>=0.4.8:${PORTSDIR}/deskutils/py-vobject \ ${PYTHON_PKGNAMEPREFIX}dbus>0:${PORTSDIR}/devel/py-dbus \ xdg-open:${PORTSDIR}/devel/xdg-utils GNU_CONFIGURE= yes -USES= gettext gmake pathfix pkgconfig python +USES= gettext gmake pathfix pkgconfig python:2 INSTALLS_OMF= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include |