diff options
-rw-r--r-- | www/rtv/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/rtv/Makefile b/www/rtv/Makefile index 9191c8892f1..27f19e675f7 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 <bsd.port.pre.mk> + .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 <bsd.port.mk> +.include <bsd.port.post.mk> |