diff options
author | antoine <antoine@FreeBSD.org> | 2015-02-09 01:47:53 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-02-09 01:47:53 +0800 |
commit | dc03ef9dee8d87afdddc3b51b216867f54cfcae9 (patch) | |
tree | e8a4fc839de948ef69bebfb094afdd2f83b8ebba /audio/lollypop | |
parent | b0ce0481fa13c14489efb1e17e04292e9b8efa44 (diff) | |
download | freebsd-ports-gnome-dc03ef9dee8d87afdddc3b51b216867f54cfcae9.tar.gz freebsd-ports-gnome-dc03ef9dee8d87afdddc3b51b216867f54cfcae9.tar.zst freebsd-ports-gnome-dc03ef9dee8d87afdddc3b51b216867f54cfcae9.zip |
Ignore on the package builders
Diffstat (limited to 'audio/lollypop')
-rw-r--r-- | audio/lollypop/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/lollypop/Makefile b/audio/lollypop/Makefile index 8a2425b57573..3400db440658 100644 --- a/audio/lollypop/Makefile +++ b/audio/lollypop/Makefile @@ -38,4 +38,10 @@ PULSEAUDIO_USE= GSTREAMER1=pulse SUB_FILES= pkg-message -.include <bsd.port.mk> +.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.post.mk> |