Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Feb 2015 17:47:54 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378663 - head/audio/lollypop
Message-ID:  <201502081747.t18HlsJ6006652@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Feb  8 17:47:53 2015
New Revision: 378663
URL: https://svnweb.freebsd.org/changeset/ports/378663
QAT: https://qat.redports.org/buildarchive/r378663/

Log:
  Ignore on the package builders

Modified:
  head/audio/lollypop/Makefile

Modified: head/audio/lollypop/Makefile
==============================================================================
--- head/audio/lollypop/Makefile	Sun Feb  8 15:48:56 2015	(r378662)
+++ head/audio/lollypop/Makefile	Sun Feb  8 17:47:53 2015	(r378663)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502081747.t18HlsJ6006652>