Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Sep 2016 15:11:25 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421342 - head/math/py-cryptominisat
Message-ID:  <201609041511.u84FBPNJ099578@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609041511.u84FBPNJ099578>