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) --- www/firefox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/firefox') diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 2b705e7f08aa..0d0bc872b3bc 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= nspr>=4.10.2:${PORTSDIR}/devel/nspr \ LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l USE_AUTOTOOLS= autoconf213:env -USE_PYTHON_BUILD=-2.7 +USE_PYTHON_BUILD=2 OBJDIR_BUILD= # in-tree build broken after bug 789837 USE_GECKO= gecko CONFLICTS= firefox-esr-24.* firefox-esr-17.* firefox-1[07].* -- cgit