diff options
Diffstat (limited to 'audio/lollypop/Makefile')
-rw-r--r-- | audio/lollypop/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/lollypop/Makefile b/audio/lollypop/Makefile index 91740a8..18ff7a9 100644 --- a/audio/lollypop/Makefile +++ b/audio/lollypop/Makefile @@ -36,7 +36,8 @@ SUB_FILES= pkg-message .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 |