aboutsummaryrefslogtreecommitdiff
path: root/audio/lollypop
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-02-08 17:47:53 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-02-08 17:47:53 +0000
commit0a584ebb1f51fcba01453ea1f22f1cc7481a792f (patch)
treee8a4fc839de948ef69bebfb094afdd2f83b8ebba /audio/lollypop
parent86ed5a3104f2b1b415606edf60b1db81eb365cbf (diff)
downloadports-0a584ebb1f51fcba01453ea1f22f1cc7481a792f.tar.gz
ports-0a584ebb1f51fcba01453ea1f22f1cc7481a792f.zip
Ignore on the package builders
Notes
Notes: svn path=/head/; revision=378663
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>