aboutsummaryrefslogtreecommitdiff
path: root/audio/py-id3
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-10-19 07:33:09 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-10-19 07:33:09 +0000
commit715852b561960374f4893efaa2f34fe72c6bb1b2 (patch)
tree73167b4e032b5def37f33f5722222b9ac9337369 /audio/py-id3
parent6488eeb32e4de6a000b652832b444d1c428a8094 (diff)
downloadports-715852b561960374f4893efaa2f34fe72c6bb1b2.tar.gz
ports-715852b561960374f4893efaa2f34fe72c6bb1b2.zip
Notes
Diffstat (limited to 'audio/py-id3')
-rw-r--r--audio/py-id3/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/py-id3/Makefile b/audio/py-id3/Makefile
index 8a2a55d3a953..04839a54daf8 100644
--- a/audio/py-id3/Makefile
+++ b/audio/py-id3/Makefile
@@ -12,10 +12,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Python module for retrieving and setting ID3 tags on MP3 files
WRKSRC= ${WRKDIR}/id3-py-${PORTVERSION}
-USE_PYTHON= 2
-USE_PYDISTUTILS= yes
-USE_PYTHON_PREFIX= yes
-PYDISTUTILS_AUTOPLIST= yes
-PYDISTUTILS_PKGNAME= ID3
+USES= python:2
+USE_PYTHON= distutils autoplist pythonprefix
.include <bsd.port.mk>