svn commit: r421342 - head/math/py-cryptominisat

Chris Rees crees at FreeBSD.org
Sun Sep 4 15:11:26 UTC 2016


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
 


More information about the svn-ports-all mailing list