diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-25 18:59:09 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-25 18:59:09 +0800 |
commit | ba3e5206f6b0fc953d206cbe9d061597936b453c (patch) | |
tree | 7af60af2dafb335cf9bd742cd6e70535c07b4b4c /news | |
parent | bf83ad888df50c3085615d48c722646b7f671743 (diff) | |
download | freebsd-ports-gnome-ba3e5206f6b0fc953d206cbe9d061597936b453c.tar.gz freebsd-ports-gnome-ba3e5206f6b0fc953d206cbe9d061597936b453c.tar.zst freebsd-ports-gnome-ba3e5206f6b0fc953d206cbe9d061597936b453c.zip |
- Remove PYTHON_REL < 250, since USE_PYTHON 2.5+
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 |