Date: Sat, 5 Nov 2016 16:47:23 +0000 (UTC) From: Hiroki Sato <hrs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425395 - head/cad/klayout Message-ID: <201611051647.uA5GlN6h081325@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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} && \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611051647.uA5GlN6h081325>