diff options
-rw-r--r-- | biology/seqan-apps/Makefile | 6 |
1 files changed, 1 insertions, 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> |