svn commit: r541482 - head/biology/cufflinks

Piotr Kubaj pkubaj at FreeBSD.org
Wed Jul 8 10:37:08 UTC 2020


Author: pkubaj
Date: Wed Jul  8 10:37:07 2020
New Revision: 541482
URL: https://svnweb.freebsd.org/changeset/ports/541482

Log:
  biology/cufflinks: fix build on GCC architectures
  
  Using Boost requires modern compiler.
  
  MFH:		2020Q3 (fix build blanket)

Modified:
  head/biology/cufflinks/Makefile

Modified: head/biology/cufflinks/Makefile
==============================================================================
--- head/biology/cufflinks/Makefile	Wed Jul  8 10:25:10 2020	(r541481)
+++ head/biology/cufflinks/Makefile	Wed Jul  8 10:37:07 2020	(r541482)
@@ -18,7 +18,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 		libhts.so:biology/htslib
 
-USES=		autoreconf eigen:3 gmake python shebangfix
+USES=		autoreconf compiler:c++11-lang eigen:3 gmake python shebangfix
 SHEBANG_FILES=	src/cuffmerge
 GNU_CONFIGURE=	yes
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list