diff options
author | yuri <yuri@FreeBSD.org> | 2018-07-24 02:51:55 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-07-24 02:51:55 +0800 |
commit | 5cde4da96fd976fcee28a54f21e6acd869001208 (patch) | |
tree | 954305dfefe6656ce23ef594c2b8e09dbeaebab5 /math/cvc4 | |
parent | e47d8d0cb0e09fd6608b9cdddbece58a28dd805a (diff) | |
download | freebsd-ports-gnome-5cde4da96fd976fcee28a54f21e6acd869001208.tar.gz freebsd-ports-gnome-5cde4da96fd976fcee28a54f21e6acd869001208.tar.zst freebsd-ports-gnome-5cde4da96fd976fcee28a54f21e6acd869001208.zip |
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>
Diffstat (limited to 'math/cvc4')
-rw-r--r-- | math/cvc4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/cvc4/Makefile b/math/cvc4/Makefile index 1ecc3536275c..dd50bf0868b4 100644 --- a/math/cvc4/Makefile +++ b/math/cvc4/Makefile @@ -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 |