From owner-svn-ports-all@freebsd.org Sat Nov 5 16:47:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69802BED8A4; Sat, 5 Nov 2016 16:47:24 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3BAB7B36; Sat, 5 Nov 2016 16:47:24 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA5GlN2u081326; Sat, 5 Nov 2016 16:47:23 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA5GlN6h081325; Sat, 5 Nov 2016 16:47:23 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201611051647.uA5GlN6h081325@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Sat, 5 Nov 2016 16:47:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425395 - head/cad/klayout X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 16:47:24 -0000 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} && \