Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Nov 2013 18:44:35 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334881 - head/devel/py-kqueue
Message-ID:  <201311251844.rAPIiZQH081886@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Mon Nov 25 18:44:35 2013
New Revision: 334881
URL: http://svnweb.freebsd.org/changeset/ports/334881

Log:
  - Fix the usage of 'python' to get rid of the implicit lang/python
    dependency
  
  Approved by:	David Gilbert <ports2@dclg.ca> (maintainer)

Modified:
  head/devel/py-kqueue/Makefile   (contents, props changed)

Modified: head/devel/py-kqueue/Makefile
==============================================================================
--- head/devel/py-kqueue/Makefile	Mon Nov 25 18:31:39 2013	(r334880)
+++ head/devel/py-kqueue/Makefile	Mon Nov 25 18:44:35 2013	(r334881)
@@ -23,7 +23,9 @@ NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 post-patch:
-	@${REINPLACE_CMD} -e 's,@DEFS@,,' ${WRKSRC}/Makefile.pre.in
+	@${REINPLACE_CMD} -e 's,@DEFS@,,' \
+		-e 's,^PYTHON=\(.*\)python,PYTHON=\1${PYTHON_CMD},' \
+		${WRKSRC}/Makefile.pre.in
 
 do-configure:
 	@(cd ${WRKSRC} && \



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