diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2017-06-04 21:49:48 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2017-06-04 21:49:48 +0000 |
commit | f3af3367aae56f417630cd822724f5f7f363399e (patch) | |
tree | 19b640bd1b08d4a303f48f0d72d09c6be2264749 /audio | |
parent | 63eb4d9f2749a514ecd1299490e80ebc175af55b (diff) | |
download | ports-f3af3367aae56f417630cd822724f5f7f363399e.tar.gz ports-f3af3367aae56f417630cd822724f5f7f363399e.zip |
Notes
Diffstat (limited to 'audio')
-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 57e73ebee35a..83ffb6c3de8a 100644 --- a/audio/lollypop/Makefile +++ b/audio/lollypop/Makefile @@ -37,7 +37,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 |