aboutsummaryrefslogtreecommitdiff
path: root/audio/pytone
diff options
context:
space:
mode:
Diffstat (limited to 'audio/pytone')
-rw-r--r--audio/pytone/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/pytone/Makefile b/audio/pytone/Makefile
index c7301345be6c..d3f0000cd9f7 100644
--- a/audio/pytone/Makefile
+++ b/audio/pytone/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pytone
-# Date created: 2007-05-02
-# Whom: David Thiel <lx@FreeBSD.org>
-#
+# Created by: David Thiel <lx@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= pytone
PORTVERSION= 3.0.2
@@ -17,7 +13,7 @@ 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}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
${PYTHON_SITELIBDIR}/mutagen/__init__.py:${PORTSDIR}/audio/py-mutagen
USE_PYTHON= 2.5+