diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-03-04 10:55:23 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-03-04 10:55:23 +0000 |
commit | 5aa43c1aba1579d88f80fc6f75f5b1fcb3df4b66 (patch) | |
tree | 8252139e7b614c53058f1ef8f9b3f7ef729f31c0 /audio/pytone | |
parent | 243c0ad4d0252af27fdabdff1c8e04581608e044 (diff) |
Notes
Diffstat (limited to 'audio/pytone')
-rw-r--r-- | audio/pytone/Makefile | 8 |
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+ |