svn commit: r475198 - head/math/cvc4

Yuri Victorovich yuri at FreeBSD.org
Mon Jul 23 18:51:56 UTC 2018


Author: yuri
Date: Mon Jul 23 18:51:55 2018
New Revision: 475198
URL: https://svnweb.freebsd.org/changeset/ports/475198

Log:
  math/cvc4: Fix the warning in 'make describe'
  
  Remove USES=compiler as it conflicts with the explicit compiler setting.
  
  PR:		229987
  Reported by:	Yasuhiro KIMURA <yasu at utahime.org>

Modified:
  head/math/cvc4/Makefile

Modified: head/math/cvc4/Makefile
==============================================================================
--- head/math/cvc4/Makefile	Mon Jul 23 18:50:07 2018	(r475197)
+++ head/math/cvc4/Makefile	Mon Jul 23 18:51:55 2018	(r475198)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libantlr3c.so:devel/libantlr3c \
 BUILD_DEPENDS=	bash:shells/bash \
 		antlr3:devel/antlr3
 
-USES=		autoreconf compiler:c++11-lang gmake python:3.5+,build libtool localbase pkgconfig shebangfix
+USES=		autoreconf gmake python:3.5+,build libtool localbase pkgconfig shebangfix
 USE_JAVA=	yes
 JAVA_BUILD=	yes
 


More information about the svn-ports-all mailing list