diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2014-10-06 14:13:01 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2014-10-06 14:13:01 +0000 |
commit | 8050d614d8173a45c680e32d7e76ba9f845353ba (patch) | |
tree | e0e024f2a257e33cb16211fe8c451bde598887d2 | |
parent | a4be6f8341dc9be27a4861c40b7bec2f7159a55e (diff) | |
download | freebsd-ports-8050d614d8173a45c680e32d7e76ba9f845353ba.zip |
- Convert to USES=python
- Depend on python packages instead of installed file
- Add LICENSE
-rw-r--r-- | audio/mbox/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/mbox/Makefile b/audio/mbox/Makefile index 566e0d28194b..e47087bd486e 100644 --- a/audio/mbox/Makefile +++ b/audio/mbox/Makefile @@ -10,17 +10,17 @@ MASTER_SITES= http://www.mbox.wz.cz/src/ CENKES MAINTAINER= ports@FreeBSD.org COMMENT= Program intended to help with organizing your music files -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ogg/__init__.py:${PORTSDIR}/audio/py-ogg \ - ${PYTHON_SITELIBDIR}/ogg/vorbis.so:${PORTSDIR}/audio/py-vorbis \ +LICENSE= GPLv2 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ogg>0:${PORTSDIR}/audio/py-ogg \ + ${PYTHON_PKGNAMEPREFIX}vorbis>0:${PORTSDIR}/audio/py-vorbis \ lame:${PORTSDIR}/audio/lame \ oggenc:${PORTSDIR}/audio/vorbis-tools \ mplayer:${PORTSDIR}/multimedia/mplayer WRKSRC= ${WRKDIR}/mBox-${PORTVERSION} -USES= tar:bzip2 -USE_PYTHON= 2 -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 tar:bzip2 +USE_PYTHON= autoplist distutils USE_WX= 3.0+ WX_COMPS= python |