diff options
author | mva <mva@FreeBSD.org> | 2013-09-28 06:31:52 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2013-09-28 06:31:52 +0800 |
commit | c759ee9514483bd59064b7d66dd0d471df5519eb (patch) | |
tree | 2f3ead882b83dd19bd5752f8bdf9f3ed7d7a067f /audio | |
parent | a5a418b2e1c8ecf5e5e443a951bb40f141e956ca (diff) | |
download | freebsd-ports-gnome-c759ee9514483bd59064b7d66dd0d471df5519eb.tar.gz freebsd-ports-gnome-c759ee9514483bd59064b7d66dd0d471df5519eb.tar.zst freebsd-ports-gnome-c759ee9514483bd59064b7d66dd0d471df5519eb.zip |
- Enable stage support
- Convert to PYDISTUTILS_AUTOPLIST
- Limit to the supported python versions
Diffstat (limited to 'audio')
-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 fe56a80e1bc2..73ff05acf80c 100644 --- a/audio/mbox/Makefile +++ b/audio/mbox/Makefile @@ -18,9 +18,9 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ogg/__init__.py:${PORTSDIR}/audio/py-ogg \ WRKSRC= ${WRKDIR}/mBox-${PORTVERSION} USE_BZIP2= yes -NO_STAGE= yes -USE_PYTHON= yes +USE_PYTHON= -2.7 USE_PYDISTUTILS=yes +PYDISTUTILS_AUTOPLIST= yes PYDISTUTILS_PKGNAME= mBox USE_WX= 2.6 WX_COMPS= python |