diff options
Diffstat (limited to 'math/rpcalc/Makefile')
-rw-r--r-- | math/rpcalc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/rpcalc/Makefile b/math/rpcalc/Makefile index ab158bd..b8af315 100644 --- a/math/rpcalc/Makefile +++ b/math/rpcalc/Makefile @@ -36,7 +36,8 @@ do-install: .include <bsd.port.pre.mk> -.if defined(PACKAGE_BUILDING) && ${PYTHON_VER} != ${PYTHON_DEFAULT} +.if defined(PACKAGE_BUILDING) && !defined(PACKAGE_BUILDING_FLAVORS) && \ + ${PYTHON_VER} != ${PYTHON_DEFAULT} IGNORE= you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER} .endif |