From d738d5587ccf4b7f0ecd6b4ab8e1105dd9d20a99 Mon Sep 17 00:00:00 2001 From: rene Date: Mon, 13 Jan 2014 21:00:02 +0000 Subject: Python cleanup: - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) --- audio/py-cddb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/py-cddb') diff --git a/audio/py-cddb/Makefile b/audio/py-cddb/Makefile index c87fff536d90..9a43672955eb 100644 --- a/audio/py-cddb/Makefile +++ b/audio/py-cddb/Makefile @@ -11,7 +11,7 @@ DISTNAME= CDDB-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Python module to fetch information on audio CDs from CDDB -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS= yes USE_PYTHON_PREFIX= yes PYDISTUTILS_AUTOPLIST= yes -- cgit