From owner-svn-ports-all@freebsd.org Fri Jul 3 12:20:28 2015 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 CCB37993399; Fri, 3 Jul 2015 12:20:28 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 BE4301B28; Fri, 3 Jul 2015 12:20:28 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63CKSRe079688; Fri, 3 Jul 2015 12:20:28 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63CKSOY079687; Fri, 3 Jul 2015 12:20:28 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201507031220.t63CKSOY079687@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Fri, 3 Jul 2015 12:20:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391233 - head/math/py-numpy 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.20 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: Fri, 03 Jul 2015 12:20:28 -0000 Author: demon Date: Fri Jul 3 12:20:28 2015 New Revision: 391233 URL: https://svnweb.freebsd.org/changeset/ports/391233 Log: Depend on a particual file, not an executable so it picks up a correct python version. PR: 198989 Submitted by: John W. O'Brien Modified: head/math/py-numpy/Makefile Modified: head/math/py-numpy/Makefile ============================================================================== --- head/math/py-numpy/Makefile Fri Jul 3 12:14:08 2015 (r391232) +++ head/math/py-numpy/Makefile Fri Jul 3 12:20:28 2015 (r391233) @@ -40,7 +40,7 @@ ATLAS_USES= blaslapack:atlas NETLIB_USES= blaslapack:netlib OPENBLAS_USES= blaslapack:openblas SUITESPARSE_LIB_DEPENDS=libumfpack.so:${PORTSDIR}/math/suitesparse -TESTS_RUN_DEPENDS= nosetests:${PORTSDIR}/devel/py-nose +TESTS_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/nose/__init__.py:${PORTSDIR}/devel/py-nose .include