diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-19 11:10:43 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-19 11:10:43 +0000 |
commit | f7455240e3b2acb3cd4804dac9a3afe2582a0a96 (patch) | |
tree | 94eaef37ab07d82e499ae4cafabe202ea2ed0525 /audio/mbox | |
parent | 6db4531ff6ac4b156bdc1499488964f1c2551e7f (diff) |
Notes
Diffstat (limited to 'audio/mbox')
-rw-r--r-- | audio/mbox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mbox/Makefile b/audio/mbox/Makefile index 490c3fa6f0b0..06608147ad32 100644 --- a/audio/mbox/Makefile +++ b/audio/mbox/Makefile @@ -3,7 +3,7 @@ PORTNAME= mbox PORTVERSION= 0.7.2 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= audio MASTER_SITES= http://www.mbox.wz.cz/src/ @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ogg>0:audio/py-ogg@${FLAVOR} \ mplayer:multimedia/mplayer WRKSRC= ${WRKDIR}/mBox-${PORTVERSION} -USES= python:2 tar:bzip2 +USES= python:2.7 tar:bzip2 USE_PYTHON= autoplist distutils USE_WX= 3.0+ WX_COMPS= python |