From aa80ecdafcc2026c87ba35089625813145a86108 Mon Sep 17 00:00:00 2001
From: Baptiste Daroussin <bapt@FreeBSD.org>
Date: Fri, 29 Aug 2014 19:15:52 +0000
Subject: Does not depend on GCC hardly but needs a modern compiler

---
 audio/py-tagpy/Makefile | 8 +++-----
 1 file 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>
-- 
cgit debian/1.2.3+git2.25.1-1-2-gaceb0