svn commit: r561239 - head/biology/hyphy

Joseph Mingrone jrm at FreeBSD.org
Mon Jan 11 17:54:43 UTC 2021


Author: jrm
Date: Mon Jan 11 17:54:42 2021
New Revision: 561239
URL: https://svnweb.freebsd.org/changeset/ports/561239

Log:
  biology/hyphy: Remove USES=compiler:openmp
  
  USES=compiler:openmp still forces building with GCC.  This is no longer
  necessary on tier 1 platforms, which have openmp in the base system.
  
  PR:		247753, 252379

Modified:
  head/biology/hyphy/Makefile   (contents, props changed)

Modified: head/biology/hyphy/Makefile
==============================================================================
--- head/biology/hyphy/Makefile	Mon Jan 11 17:49:29 2021	(r561238)
+++ head/biology/hyphy/Makefile	Mon Jan 11 17:54:42 2021	(r561239)
@@ -2,6 +2,7 @@
 
 PORTNAME=	hyphy
 DISTVERSION=	2.5.25
+PORTREVISION=	1
 CATEGORIES=	biology
 
 MAINTAINER=	jrm at FreeBSD.org
@@ -14,7 +15,7 @@ ONLY_FOR_ARCHS=	amd64 i386
 
 LIB_DEPENDS=	libcurl.so:ftp/curl
 
-USES=		cmake compiler:openmp localbase:ldflags ssl
+USES=		cmake localbase:ldflags ssl
 USE_GITHUB=	yes
 GH_ACCOUNT=	veg
 


More information about the svn-ports-all mailing list