diff options
author | David Thiel <lx@FreeBSD.org> | 2011-08-25 23:59:27 +0000 |
---|---|---|
committer | David Thiel <lx@FreeBSD.org> | 2011-08-25 23:59:27 +0000 |
commit | 4f7a55544bec478514cd2948b801d00688a96cc9 (patch) | |
tree | 1c2f9a6a1324b0489d15bd535a92dffcf9759186 /audio/pytone/Makefile | |
parent | Commit pending cleanup of MASTER_SITE* vars. (diff) |
Apply cleanup patch.
PR: ports/160053
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Notes
Notes:
svn path=/head/; revision=280429
Diffstat (limited to 'audio/pytone/Makefile')
-rw-r--r-- | audio/pytone/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/pytone/Makefile b/audio/pytone/Makefile index a524038de774..c7301345be6c 100644 --- a/audio/pytone/Makefile +++ b/audio/pytone/Makefile @@ -7,7 +7,7 @@ PORTNAME= pytone PORTVERSION= 3.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio python MASTER_SITES= http://www.luga.de/pytone/download/ \ http://redundancy.redundancy.org/mirror/ @@ -17,10 +17,10 @@ MAINTAINER= lx@FreeBSD.org COMMENT= A music jukebox written in Python with a curses GUI LIB_DEPENDS= ao.4:${PORTSDIR}/audio/libao -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pysqlite2/_sqlite.so:${PORTSDIR}/databases/py-pysqlite23 \ +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_SITELIBDIR}/mutagen/__init__.py:${PORTSDIR}/audio/py-mutagen -USE_PYTHON= yes +USE_PYTHON= 2.5+ USE_NCURSES= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= PyTone |