Date: Fri, 27 Sep 2013 22:31:52 +0000 (UTC) From: Marcus von Appen <mva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328528 - head/audio/mbox Message-ID: <201309272231.r8RMVqeW001391@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mva Date: Fri Sep 27 22:31:52 2013 New Revision: 328528 URL: http://svnweb.freebsd.org/changeset/ports/328528 Log: - Enable stage support - Convert to PYDISTUTILS_AUTOPLIST - Limit to the supported python versions Modified: head/audio/mbox/Makefile (contents, props changed) Modified: head/audio/mbox/Makefile ============================================================================== --- head/audio/mbox/Makefile Fri Sep 27 22:04:40 2013 (r328527) +++ head/audio/mbox/Makefile Fri Sep 27 22:31:52 2013 (r328528) @@ -18,9 +18,9 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309272231.r8RMVqeW001391>