diff options
author | mva <mva@FreeBSD.org> | 2014-10-19 15:33:09 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-19 15:33:09 +0800 |
commit | 9fbc579d4bbe48cccf832b12d5831f42dad6e021 (patch) | |
tree | 73167b4e032b5def37f33f5722222b9ac9337369 /audio/sonice | |
parent | ebd90c4793a440c440de7d00275eba29c42d7c77 (diff) | |
download | freebsd-ports-gnome-9fbc579d4bbe48cccf832b12d5831f42dad6e021.tar.gz freebsd-ports-gnome-9fbc579d4bbe48cccf832b12d5831f42dad6e021.tar.zst freebsd-ports-gnome-9fbc579d4bbe48cccf832b12d5831f42dad6e021.zip |
- Convert ports from audio/ to new USES=python
Reviewed by: portmgr (implicit)
Diffstat (limited to 'audio/sonice')
-rw-r--r-- | audio/sonice/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/sonice/Makefile b/audio/sonice/Makefile index 90ef598e3ecc..9c8e88e3811a 100644 --- a/audio/sonice/Makefile +++ b/audio/sonice/Makefile @@ -15,9 +15,8 @@ RUN_DEPENDS= oggenc:${PORTSDIR}/audio/vorbis-tools \ vorbisgain:${PORTSDIR}/audio/vorbisgain \ ${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 +USE_PYTHON= distutils autoplist WRKSRC= ${WRKDIR}/sonice post-patch: |