summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thiel <lx@FreeBSD.org>2007-12-16 20:59:26 +0000
committerDavid Thiel <lx@FreeBSD.org>2007-12-16 20:59:26 +0000
commit08a8f85667493e42e41c64f02e991aa65036201e (patch)
treeedc9b094dd21edbb381fbc658741eaf7b9f1eba4
parent- Fix $DISPLAY issue under console environment with python 2.3. (diff)
Fix path in sqlite dependency.
Submitted by: pav
Notes
Notes: svn path=/head/; revision=203874
Diffstat (limited to '')
-rw-r--r--audio/pytone/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/pytone/Makefile b/audio/pytone/Makefile
index 71f9272dae4f..c0a958109da2 100644
--- a/audio/pytone/Makefile
+++ b/audio/pytone/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= lx@FreeBSD.org
COMMENT= A music jukebox written in Python with a curses GUI
LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_sqlite.so:${PORTSDIR}/databases/py-pysqlite23 \
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pysqlite2/_sqlite.so:${PORTSDIR}/databases/py-pysqlite23 \
${PYTHON_SITELIBDIR}/mutagen/__init__.py:${PORTSDIR}/audio/py-mutagen
USE_PYTHON= yes