diff options
Diffstat (limited to 'math/cvc4/Makefile')
-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 d556426dc339..cf288551b284 100644 --- a/math/cvc4/Makefile +++ b/math/cvc4/Makefile @@ -9,7 +9,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= fc8907afc08d.patch:-p1 # Install Java bindings -MAINTAINER= greg@unrelenting.technology +MAINTAINER= ports@FreeBSD.org COMMENT= Automatic theorem prover for SMT (Satisfiability Modulo Theories) WWW= https://cvc4.cs.stanford.edu/web/ |