svn commit: r334881 - head/devel/py-kqueue

Marcus von Appen mva at FreeBSD.org
Mon Nov 25 18:44:35 UTC 2013


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 at 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, at DEFS@,,' ${WRKSRC}/Makefile.pre.in
+	@${REINPLACE_CMD} -e 's, at DEFS@,,' \
+		-e 's,^PYTHON=\(.*\)python,PYTHON=\1${PYTHON_CMD},' \
+		${WRKSRC}/Makefile.pre.in
 
 do-configure:
 	@(cd ${WRKSRC} && \


More information about the svn-ports-all mailing list