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/py-cddb | |
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/py-cddb')
-rw-r--r-- | audio/py-cddb/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/py-cddb/Makefile b/audio/py-cddb/Makefile index 531ed1ee2b7c..b38d81db1d89 100644 --- a/audio/py-cddb/Makefile +++ b/audio/py-cddb/Makefile @@ -11,9 +11,7 @@ DISTNAME= CDDB-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Python module to fetch information on audio CDs from CDDB -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -USE_PYTHON_PREFIX= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 +USE_PYTHON= distutils autoplist pythonprefix .include <bsd.port.mk> |