git: 7d535948fd67 - main - science/nest: remove redundant USES=compiler
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 31 May 2022 03:13:24 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=7d535948fd67ec88966c0c6f2100840cbf072670 commit 7d535948fd67ec88966c0c6f2100840cbf072670 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-05-31 03:06:02 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-05-31 03:06:02 +0000 science/nest: remove redundant USES=compiler --- science/nest/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/science/nest/Makefile b/science/nest/Makefile index 36871638a9d0..4ff5a26249ab 100644 --- a/science/nest/Makefile +++ b/science/nest/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libltdl.so:devel/libltdl RUN_DEPENDS= bash:shells/bash -USES= cmake:testing compiler:c++11-lang ncurses pkgconfig python readline shebangfix +USES= cmake:testing ncurses pkgconfig python readline shebangfix USE_LDCONFIG= yes USE_GITHUB= yes