From owner-svn-ports-all@freebsd.org Sun Jan 1 05:12:30 2017 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 E820FC9AA7F; Sun, 1 Jan 2017 05:12:30 +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 B266F301A; Sun, 1 Jan 2017 05:12:30 +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 v015CTmd005273; Sun, 1 Jan 2017 05:12:29 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v015CTng005272; Sun, 1 Jan 2017 05:12:29 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201701010512.v015CTng005272@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Sun, 1 Jan 2017 05:12:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430242 - 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: Sun, 01 Jan 2017 05:12:31 -0000 Author: hrs Date: Sun Jan 1 05:12:29 2017 New Revision: 430242 URL: https://svnweb.freebsd.org/changeset/ports/430242 Log: Use USES=python instead of LIB_DEPEDNS + python:build. Suggested by: jbeich Modified: head/cad/klayout/Makefile Modified: head/cad/klayout/Makefile ============================================================================== --- head/cad/klayout/Makefile Sun Jan 1 04:51:56 2017 (r430241) +++ head/cad/klayout/Makefile Sun Jan 1 05:12:29 2017 (r430242) @@ -10,9 +10,7 @@ COMMENT= Qt-based GDS2 Viewer LICENSE= GPLv2 -LIB_DEPENDS= libpython2.7.so:lang/python27 - -USES= compiler:c++0x execinfo gmake python:build +USES= compiler:c++0x execinfo gmake python USE_RUBY= yes USE_QT4= corelib designer gui network moc_build sql uic_build \ rcc_build qt3support xml