From be530b6627423c146a9cd2fe7aeee87437b7d3f8 Mon Sep 17 00:00:00 2001 From: antoine Date: Thu, 17 Mar 2016 06:39:40 +0000 Subject: Unbreak INDEX when PACKAGE_BUILDING is set --- www/rtv/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'www') diff --git a/www/rtv/Makefile b/www/rtv/Makefile index 9191c8892f18..27f19e675f7f 100644 --- a/www/rtv/Makefile +++ b/www/rtv/Makefile @@ -22,8 +22,10 @@ GH_TAGNAME= 201ef8e USES= tar:xz python:3.3+ USE_PYTHON= distutils autoplist +.include + .if defined(PACKAGE_BUILDING) && ${PYTHON_VER} != ${PYTHON_DEFAULT} IGNORE= you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER} .endif -.include +.include -- cgit