Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jul 2018 18:51:55 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475198 - head/math/cvc4
Message-ID:  <201807231851.w6NIptrJ059182@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807231851.w6NIptrJ059182>