From owner-svn-ports-all@freebsd.org Sun Jan 1 04:35:21 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 03C88C9A4FB; Sun, 1 Jan 2017 04:35:21 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CF268167B; Sun, 1 Jan 2017 04:35:20 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 2B73C2242; Sun, 1 Jan 2017 04:35:20 +0000 (UTC) To: hrs@FreeBSD.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r430239 - head/cad/klayout In-Reply-To: <201701010428.v014SPUJ084989@repo.freebsd.org> Message-Id: <20170101043520.2B73C2242@freefall.freebsd.org> Date: Sun, 1 Jan 2017 04:35:20 +0000 (UTC) From: jbeich@freebsd.org (Jan Beich) 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 04:35:21 -0000 Hiroki Sato writes: > +LIB_DEPENDS= libpython2.7.so:lang/python27 > + > USES= compiler:c++0x execinfo gmake python:build Maybe convert to plain USES=python (drop :build).