diff options
author | adamw <adamw@FreeBSD.org> | 2018-01-12 04:34:08 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2018-01-12 04:34:08 +0800 |
commit | b2b0fd8ed35d2253da225926e2e4fc4712480147 (patch) | |
tree | 0b870bd2a1382758afeb43b5856199a6a3f1e48c /math | |
parent | f9b2db62bd6d6dbecc00207180f58f9ed47bbabe (diff) | |
download | freebsd-ports-gnome-b2b0fd8ed35d2253da225926e2e4fc4712480147.tar.gz freebsd-ports-gnome-b2b0fd8ed35d2253da225926e2e4fc4712480147.tar.zst freebsd-ports-gnome-b2b0fd8ed35d2253da225926e2e4fc4712480147.zip |
Chase vim-lite -> vim-console rename
Diffstat (limited to 'math')
-rw-r--r-- | math/cryptominisat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/cryptominisat/Makefile b/math/cryptominisat/Makefile index 78f34936c153..85d9325c26cd 100644 --- a/math/cryptominisat/Makefile +++ b/math/cryptominisat/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LGPL21 LICENSE_COMB= multi LICENSE_FILE_LGPL21= ${WRKSRC}/LICENSE-SCALMC -BUILD_DEPENDS= xxd:editors/vim-lite # for xxd tool +BUILD_DEPENDS= xxd:editors/vim-console # for xxd tool LIB_DEPENDS= libboost_program_options.so:devel/boost-libs BROKEN_powerpc64= fails to compile: main.cpp: undefined reference to boost::program_options::abstract_variables_map::operator[] |