diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-04-11 08:34:17 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-04-11 08:34:17 +0000 |
commit | 8d27ddb9bd993385ce5d7a9b17e2fe231ec8c69f (patch) | |
tree | 82565381028ebd8b5a674bafdecce3a45c5c2e6d /audio/pytone | |
parent | 0a59b351f616abe849539bc2afbc8eba4abe8004 (diff) |
Notes
Diffstat (limited to 'audio/pytone')
-rw-r--r-- | audio/pytone/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/pytone/Makefile b/audio/pytone/Makefile index 03719c7c908b..a524038de774 100644 --- a/audio/pytone/Makefile +++ b/audio/pytone/Makefile @@ -21,6 +21,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pysqlite2/_sqlite.so:${PORTSDIR}/databases/py- ${PYTHON_SITELIBDIR}/mutagen/__init__.py:${PORTSDIR}/audio/py-mutagen USE_PYTHON= yes +USE_NCURSES= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= PyTone @@ -35,10 +36,6 @@ OPTIONS= MAD "MPEG Audio Decoder (libmad) support" On \ CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -.if ${OSVERSION} < 602107 || (${OSVERSION} > 700000 && ${OSVERSION} < 700033) -LIB_DEPENDS+= ncursesw.5:${PORTSDIR}/devel/ncurses -.endif - .if !defined(WITHOUT_MAD) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/madmodule.so:${PORTSDIR}/audio/py-mad .endif |