From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 17:39:35 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 37CA020F; Tue, 26 Nov 2013 17:39:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 273922F99; Tue, 26 Nov 2013 17:39:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQHdZv8066502; Tue, 26 Nov 2013 17:39:35 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQHdZC1066501; Tue, 26 Nov 2013 17:39:35 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201311261739.rAQHdZC1066501@svn.freebsd.org> From: Marcus von Appen Date: Tue, 26 Nov 2013 17:39:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334956 - head/graphics/opencolorio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 17:39:35 -0000 Author: mva Date: Tue Nov 26 17:39:34 2013 New Revision: 334956 URL: http://svnweb.freebsd.org/changeset/ports/334956 Log: - Fix the usage of 'python' to get rid of the implicit lang/python dependency Approved by: Shane Ambler (maintainer) Modified: head/graphics/opencolorio/Makefile Modified: head/graphics/opencolorio/Makefile ============================================================================== --- head/graphics/opencolorio/Makefile Tue Nov 26 17:28:22 2013 (r334955) +++ head/graphics/opencolorio/Makefile Tue Nov 26 17:39:34 2013 (r334956) @@ -43,7 +43,8 @@ USE_PYTHON= 2.6+ USE_LDCONFIG= yes CMAKE_ARGS+= -DOCIO_BUILD_APPS:BOOL=OFF \ -DOCIO_BUILD_SHARED:BOOL=ON \ - -DOCIO_BUILD_PYGLUE:BOOL=ON + -DOCIO_BUILD_PYGLUE:BOOL=ON \ + -DPYTHON:FILEPATH=${PYTHON_CMD} .else LIB_DEPENDS= libOpenImageIO.so:${PORTSDIR}/graphics/openimageio \ libOpenColorIO.so:${PORTSDIR}/graphics/opencolorio