svn commit: r561228 - head/biology/cd-hit

Jason W. Bacon jwb at FreeBSD.org
Mon Jan 11 16:55:16 UTC 2021


Author: jwb
Date: Mon Jan 11 16:55:15 2021
New Revision: 561228
URL: https://svnweb.freebsd.org/changeset/ports/561228

Log:
  biology/cd-hit: Drop dependency on gcc
  
  Simply remove compiler:openmp
  Builds with base compiler on amd64, i386, and powerpc64
  
  PR:             port/247753, ports/252379

Modified:
  head/biology/cd-hit/Makefile

Modified: head/biology/cd-hit/Makefile
==============================================================================
--- head/biology/cd-hit/Makefile	Mon Jan 11 16:51:15 2021	(r561227)
+++ head/biology/cd-hit/Makefile	Mon Jan 11 16:55:15 2021	(r561228)
@@ -3,7 +3,7 @@
 PORTNAME=		cd-hit
 DISTVERSIONPREFIX=	V
 DISTVERSION=		4.8.1
-PORTREVISION=	1
+PORTREVISION=		2
 CATEGORIES=		biology
 
 MAINTAINER=	jwb at FreeBSD.org
@@ -11,7 +11,7 @@ COMMENT=	Clustering and comparing protein or nucleotid
 
 LICENSE=	GPLv2
 
-USES=		compiler:openmp gmake shebangfix
+USES=		gmake shebangfix
 USE_GITHUB=	yes
 
 GH_ACCOUNT=	weizhongli


More information about the svn-ports-all mailing list