diff options
author | lioux <lioux@FreeBSD.org> | 2011-08-24 08:55:23 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2011-08-24 08:55:23 +0800 |
commit | 5b347444dc34a9fba998b593ecb7bb517471e9ed (patch) | |
tree | 428d62857a61552bc1524cd0e7352f97f581bd96 /news | |
parent | d85670243953d8f5c58118f2cf9ed82783adee71 (diff) | |
download | freebsd-ports-gnome-5b347444dc34a9fba998b593ecb7bb517471e9ed.tar.gz freebsd-ports-gnome-5b347444dc34a9fba998b593ecb7bb517471e9ed.tar.zst freebsd-ports-gnome-5b347444dc34a9fba998b593ecb7bb517471e9ed.zip |
- Remove optional dependency on devel/py-elementtree since it's
already including on python 2.5 and later versions. These are
already the required versions for the port.
o Remove ELEMENTTREE from OPTIONS
o Bump PORTREVISION due to dependency list change
PR: 159867
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Diffstat (limited to 'news')
-rw-r--r-- | news/py-pynzb/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/news/py-pynzb/Makefile b/news/py-pynzb/Makefile index 89512244c5ee..f8b676568474 100644 --- a/news/py-pynzb/Makefile +++ b/news/py-pynzb/Makefile @@ -6,6 +6,7 @@ PORTNAME= pynzb PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= news python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,8 +20,7 @@ USE_PYTHON= 2.5+ USE_PYDISTUTILS= easy_install PYDISTUTILS_NOEGGINFO= yes -OPTIONS= LXML "Add support for py-lxml" Off \ - ELEMENTTREE "Add support for py-elementtree" Off +OPTIONS= LXML "Add support for py-lxml" Off .include <bsd.port.pre.mk> @@ -28,8 +28,4 @@ OPTIONS= LXML "Add support for py-lxml" Off \ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}lxml>=2.2.1:${PORTSDIR}/devel/py-lxml .endif -.if !defined(WITHOUT_ELEMENTTREE) -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/elementtree/__init__.py:${PORTSDIR}/devel/py-elementtree -.endif - .include <bsd.port.post.mk> |