svn commit: r324882 - head/databases/tdb

Marcus von Appen mva at FreeBSD.org
Sat Aug 17 23:54:22 UTC 2013


Author: mva
Date: Sat Aug 17 23:54:21 2013
New Revision: 324882
URL: http://svnweb.freebsd.org/changeset/ports/324882

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

Modified:
  head/databases/tdb/Makefile

Modified: head/databases/tdb/Makefile
==============================================================================
--- head/databases/tdb/Makefile	Sat Aug 17 23:51:12 2013	(r324881)
+++ head/databases/tdb/Makefile	Sat Aug 17 23:54:21 2013	(r324882)
@@ -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