Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 May 2022 03:13:24 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7d535948fd67 - main - science/nest: remove redundant USES=compiler
Message-ID:  <202205310313.24V3DOdX090202@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205310313.24V3DOdX090202>