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) --- graphics/py-exiv2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/py-exiv2') diff --git a/graphics/py-exiv2/Makefile b/graphics/py-exiv2/Makefile index 778c8ba40ff2..34a2508744b6 100644 --- a/graphics/py-exiv2/Makefile +++ b/graphics/py-exiv2/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libexiv2.so:${PORTSDIR}/graphics/exiv2\ libboost_python.so:${PORTSDIR}/devel/boost-python-libs USES= gmake -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_BZIP2= yes USE_SCONS= yes USE_LDCONFIG= yes -- cgit