git: b3b6b2643191 - main - biology/seqan-apps: remove obsolete USE_GCC
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Apr 2022 14:28:27 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b3b6b2643191b0a996d1cebbd0ca8f6cbf405644
commit b3b6b2643191b0a996d1cebbd0ca8f6cbf405644
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-04-25 14:12:52 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-04-25 14:12:52 +0000
biology/seqan-apps: remove obsolete USE_GCC
Instead use USES=compiler.
---
biology/seqan-apps/Makefile | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/biology/seqan-apps/Makefile b/biology/seqan-apps/Makefile
index 57a78e8657df..20f3f79cfd66 100644
--- a/biology/seqan-apps/Makefile
+++ b/biology/seqan-apps/Makefile
@@ -14,7 +14,7 @@ LICENSE_COMB= multi
BUILD_DEPENDS= boost-libs>0:devel/boost-libs
-USES= cmake
+USES= cmake compiler:c++14-lang
USE_GITHUB= yes
GH_ACCOUNT= seqan
GH_PROJECT= seqan
@@ -37,8 +37,4 @@ PLIST_SUB+= RM_I386="@comment "
PLIST_SUB+= RM_I386=""
.endif
-.if ${ARCH:Mmips*} || ${ARCH:Mpowerpc*} || ${ARCH} == sparc64
-USE_GCC= yes
-.endif
-
.include <bsd.port.post.mk>