svn commit: r324884 - head/devel/tevent

Marcus von Appen mva at FreeBSD.org
Sun Aug 18 01:06:22 UTC 2013


Author: mva
Date: Sun Aug 18 01:06:21 2013
New Revision: 324884
URL: http://svnweb.freebsd.org/changeset/ports/324884

Log:
  - Fix build after the recent lang/python changes

Modified:
  head/devel/tevent/Makefile

Modified: head/devel/tevent/Makefile
==============================================================================
--- head/devel/tevent/Makefile	Sun Aug 18 00:28:34 2013	(r324883)
+++ head/devel/tevent/Makefile	Sun Aug 18 01:06:21 2013	(r324884)
@@ -77,6 +77,7 @@ INSTALL_TARGET=		install
 IGNORE_NONTHREAD_PYTHON=needs port lang/python${PYTHON_SUFFIX} to be build with THREADS support
 
 post-patch:
+			@${REINPLACE_CMD} -e 's|python|python${PYTHON_VER}|' ${BUILD_WRKSRC}/${WAF_TOOL}
 			@${REINPLACE_CMD} -e 's|%%PKGCONFIGDIR%%|${PKGCONFIGDIR}|g' \
 				${BUILD_WRKSRC}/wscript
 


More information about the svn-ports-head mailing list