diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 10:59:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 10:59:09 +0000 |
commit | a2ee9211ad5bd1b39f7505ca8533308e59b5362f (patch) | |
tree | 07f66a5f82a15909fd099a6b4bcaa93c17aac395 /news | |
parent | 25d2a59c4c9869d51cbd21fc475ad24503de361f (diff) |
- Remove PYTHON_REL < 250, since USE_PYTHON 2.5+
Notes
Notes:
svn path=/head/; revision=269677
Diffstat (limited to 'news')
-rw-r--r-- | news/sabnzbdplus/Makefile | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/news/sabnzbdplus/Makefile b/news/sabnzbdplus/Makefile index d951a0da1a0f..f88580bd407d 100644 --- a/news/sabnzbdplus/Makefile +++ b/news/sabnzbdplus/Makefile @@ -17,7 +17,8 @@ COMMENT= A web-interface based binary newsgrabber in python, with nzb support RUN_DEPENDS= cheetah:${PORTSDIR}/devel/py-cheetah \ ${PYTHON_SITELIBDIR}/cherrypy/__init__.py:${PORTSDIR}/www/py-cherrypy \ - ${PYTHON_SITELIBDIR}/pythonutils/configobj.py:${PORTSDIR}/devel/py-utils + ${PYTHON_SITELIBDIR}/pythonutils/configobj.py:${PORTSDIR}/devel/py-utils \ + ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 LICENSE= GPLv2 @@ -42,16 +43,6 @@ OPTIONS= PAR2CMDLINE "Required for postprocessing of par files." on \ .include <bsd.port.pre.mk> -.if ${PYTHON_REL} < 250 -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/cElementTree.so:${PORTSDIR}/devel/py-celementtree -.endif - -.if ${PYTHON_REL} < 250 -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite23 -.else -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 -.endif - .if !defined(WITHOUT_PAR2CMDLINE) RUN_DEPENDS+= par2repair:${PORTSDIR}/archivers/par2cmdline .endif |