diff options
author | crees <crees@FreeBSD.org> | 2016-09-04 23:11:25 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2016-09-04 23:11:25 +0800 |
commit | 7734d8034864b524652b56bb84e87ce3241a084c (patch) | |
tree | ee9bbf671003611628e1d65e29d962ba51f822f0 /math | |
parent | 7a1b162d808589394b169b29eba16e31409e6d8c (diff) | |
download | freebsd-ports-graphics-7734d8034864b524652b56bb84e87ce3241a084c.tar.gz freebsd-ports-graphics-7734d8034864b524652b56bb84e87ce3241a084c.tar.zst freebsd-ports-graphics-7734d8034864b524652b56bb84e87ce3241a084c.zip |
Correct dependency
Submitted by: maintainer
Diffstat (limited to 'math')
-rw-r--r-- | math/py-cryptominisat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-cryptominisat/Makefile b/math/py-cryptominisat/Makefile index bbdd0e6e2e1..3026753b979 100644 --- a/math/py-cryptominisat/Makefile +++ b/math/py-cryptominisat/Makefile @@ -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 |