aboutsummaryrefslogtreecommitdiffstats
path: root/audio/lollypop
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-02-09 01:47:53 +0800
committerantoine <antoine@FreeBSD.org>2015-02-09 01:47:53 +0800
commitdc03ef9dee8d87afdddc3b51b216867f54cfcae9 (patch)
treee8a4fc839de948ef69bebfb094afdd2f83b8ebba /audio/lollypop
parentb0ce0481fa13c14489efb1e17e04292e9b8efa44 (diff)
downloadfreebsd-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/Makefile8
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>