diff options
author | jhale <jhale@FreeBSD.org> | 2014-10-06 22:13:01 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2014-10-06 22:13:01 +0800 |
commit | 3f1ad9ee245439157938b1b27018a3d1c4d9c618 (patch) | |
tree | e0e024f2a257e33cb16211fe8c451bde598887d2 /audio | |
parent | 243330d45048980c218b0e9fcb40c694a71b857f (diff) | |
download | freebsd-ports-gnome-3f1ad9ee245439157938b1b27018a3d1c4d9c618.tar.gz freebsd-ports-gnome-3f1ad9ee245439157938b1b27018a3d1c4d9c618.tar.zst freebsd-ports-gnome-3f1ad9ee245439157938b1b27018a3d1c4d9c618.zip |
- Convert to USES=python
- Depend on python packages instead of installed file
- Add LICENSE
Diffstat (limited to 'audio')
-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 |