From owner-svn-ports-all@freebsd.org Sun Sep 4 15:11:26 2016 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 53489A9DB0F; Sun, 4 Sep 2016 15:11:26 +0000 (UTC) (envelope-from crees@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 1F021E91; Sun, 4 Sep 2016 15:11:26 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u84FBPv3099579; Sun, 4 Sep 2016 15:11:25 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u84FBPNJ099578; Sun, 4 Sep 2016 15:11:25 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201609041511.u84FBPNJ099578@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Sun, 4 Sep 2016 15:11:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421342 - head/math/py-cryptominisat 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, 04 Sep 2016 15:11:26 -0000 Author: crees Date: Sun Sep 4 15:11:25 2016 New Revision: 421342 URL: https://svnweb.freebsd.org/changeset/ports/421342 Log: Correct dependency Submitted by: maintainer Modified: head/math/py-cryptominisat/Makefile Modified: head/math/py-cryptominisat/Makefile ============================================================================== --- head/math/py-cryptominisat/Makefile Sun Sep 4 15:01:28 2016 (r421341) +++ head/math/py-cryptominisat/Makefile Sun Sep 4 15:11:25 2016 (r421342) @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libcryptominisat5.so:math/cryptominisat -USES= compiler:c++11-lang python:-2.7 +USES= compiler:c++11-lib python:-2.7 USE_PYTHON= autoplist distutils USE_GITHUB= yes