From owner-svn-ports-all@FreeBSD.ORG Thu Nov 8 11:37:48 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CB6407D0; Thu, 8 Nov 2012 11:37:48 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B0FB68FC15; Thu, 8 Nov 2012 11:37:48 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qA8Bbmfe061735; Thu, 8 Nov 2012 11:37:48 GMT (envelope-from demon@svn.freebsd.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qA8BbmIQ061734; Thu, 8 Nov 2012 11:37:48 GMT (envelope-from demon@svn.freebsd.org) Message-Id: <201211081137.qA8BbmIQ061734@svn.freebsd.org> From: Dmitry Sivachenko Date: Thu, 8 Nov 2012 11:37:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307176 - head/science/py-scikit-learn 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.14 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: Thu, 08 Nov 2012 11:37:48 -0000 Author: demon Date: Thu Nov 8 11:37:48 2012 New Revision: 307176 URL: http://svnweb.freebsd.org/changeset/ports/307176 Log: Fix dep. Feature safe: yes Modified: head/science/py-scikit-learn/Makefile Modified: head/science/py-scikit-learn/Makefile ============================================================================== --- head/science/py-scikit-learn/Makefile Thu Nov 8 11:37:26 2012 (r307175) +++ head/science/py-scikit-learn/Makefile Thu Nov 8 11:37:48 2012 (r307176) @@ -15,7 +15,7 @@ COMMENT= Machine learning algorithms for BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= cblas:${PORTSDIR}/math/cblas RUN_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}scipy:${PORTSDIR}/science/py-scipy + ${PYTHON_PKGNAMEPREFIX}scipy>0.8.0:${PORTSDIR}/science/py-scipy USE_FORTRAN= yes LATEST_LINK= py-${PORTNAME}