svn commit: r425395 - head/cad/klayout

Hiroki Sato hrs at FreeBSD.org
Sat Nov 5 16:47:24 UTC 2016


Author: hrs
Date: Sat Nov  5 16:47:23 2016
New Revision: 425395
URL: https://svnweb.freebsd.org/changeset/ports/425395

Log:
  Fix build.

Modified:
  head/cad/klayout/Makefile

Modified: head/cad/klayout/Makefile
==============================================================================
--- head/cad/klayout/Makefile	Sat Nov  5 15:40:00 2016	(r425394)
+++ head/cad/klayout/Makefile	Sat Nov  5 16:47:23 2016	(r425395)
@@ -37,7 +37,8 @@ do-build:
 		${SH} build.sh -platform ${PLATFORMKEYWORD} \
 		-qtbin ${QT_PREFIX}/bin \
 		-qtinc ${QT_INCDIR} \
-		-qtlib ${QT_LIBDIR}
+		-qtlib ${QT_LIBDIR} \
+		-python ${PYTHON_CMD}
 
 do-install:
 	cd ${WRKSRC}/bin.${PLATFORMKEYWORD} && \


More information about the svn-ports-all mailing list