diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-08-23 17:54:25 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-08-23 17:54:25 +0000 |
commit | 3e7d8458329f9589551c6dd6bd9afabbd5929ed7 (patch) | |
tree | 04223d728f59a3ca89f92e58355c693eb4ffe702 /audio | |
parent | Enable schemas. (diff) |
- Fix plist by using PYDISTUTILS_PKGNAME
- Provide more mirrors
- Bump portrevision
Reported by: pointyhat via portsmon
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mbox/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/audio/mbox/Makefile b/audio/mbox/Makefile index 98f0b16d0a86..b1ce48b4e702 100644 --- a/audio/mbox/Makefile +++ b/audio/mbox/Makefile @@ -1,12 +1,15 @@ -# New ports collection makefile for: mBox +# New ports collection makefile for: mbox # Date created: 01 Sep 2004 # Whom: Vladimir Osintsev <oc@nm.ru> +# # $FreeBSD$ +# PORTNAME= mbox PORTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= http://www.mbox.wz.cz/src/ +MASTER_SITES= http://www.mbox.wz.cz/src/ CENKES MAINTAINER= ports@FreeBSD.org COMMENT= Program intended to help with organizing your music files @@ -17,13 +20,11 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ogg/__init__.py:${PORTSDIR}/audio/py-ogg \ oggenc:${PORTSDIR}/audio/vorbis-tools \ mplayer:${PORTSDIR}/multimedia/mplayer -BROKEN= Incorrect pkg-plist - WRKSRC= ${WRKDIR}/mBox-${PORTVERSION} - USE_BZIP2= yes USE_PYTHON= yes USE_PYDISTUTILS=yes +PYDISTUTILS_PKGNAME= mBox USE_WX= 2.6 WX_COMPS= python |