diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2021-09-02 12:09:29 -0600 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2021-09-02 12:09:29 -0600 |
commit | 58f45200bc83594c793dab6d1bb65347f061c6bf (patch) | |
tree | f61021343d2c94acd25bf83fb52ee557d509dfc7 /science/kim-api | |
parent | astro/josm: update to 18191 (diff) |
many: Depend on vim instead of vim-console
Diffstat (limited to 'science/kim-api')
-rw-r--r-- | science/kim-api/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/kim-api/Makefile b/science/kim-api/Makefile index 9861b7ef6e2f..40b5cc07cc7c 100644 --- a/science/kim-api/Makefile +++ b/science/kim-api/Makefile @@ -9,7 +9,7 @@ COMMENT= Framework for reliable, reproducible, portable molecular simulations LICENSE= CDDL LICENSE_FILE= ${WRKSRC}/LICENSE.CDDL -BUILD_DEPENDS= xxd:editors/vim-console +BUILD_DEPENDS= xxd:editors/vim USES= cmake:noninja fortran tar:txz USE_LDCONFIG= yes |