summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/py-tagpy/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/audio/py-tagpy/Makefile b/audio/py-tagpy/Makefile
index d1fcdd9f78ef..5d62e5957ff4 100644
--- a/audio/py-tagpy/Makefile
+++ b/audio/py-tagpy/Makefile
@@ -16,7 +16,7 @@ LICENSE= MIT
LIB_DEPENDS= libboost_python.so:${PORTSDIR}/devel/boost-python-libs \
libtag.so:${PORTSDIR}/audio/taglib
-USES= shebangfix
+USES= shebangfix compiler:c++11-lang
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= configure.py
CONFIGURE_ARGS= --taglib-inc-dir="${LOCALBASE}/include/taglib" \
@@ -28,9 +28,7 @@ python_OLD_CMD= /usr/bin/env python
python_CMD= ${PYTHON_CMD}
SHEBANG_FILES= configure.py
-USE_GCC= yes
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>