Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jan 2022 20:40:03 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 45d6af851138 - main - graphics/matplotplusplus: Not building examples
Message-ID:  <202201272040.20RKe3Pa039618@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=45d6af851138436fd3cc6347fc7bfcf90885b7b3

commit 45d6af851138436fd3cc6347fc7bfcf90885b7b3
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-01-27 20:39:34 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-01-27 20:39:57 +0000

    graphics/matplotplusplus: Not building examples
---
 graphics/matplotplusplus/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/matplotplusplus/Makefile b/graphics/matplotplusplus/Makefile
index 44a0a3a7919b..8cc3b7b95d1e 100644
--- a/graphics/matplotplusplus/Makefile
+++ b/graphics/matplotplusplus/Makefile
@@ -22,6 +22,6 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	alandefreitas
 
 CMAKE_ON=	BUILD_SHARED_LIBS
-CMAKE_OFF=	BUILD_TESTS
+CMAKE_OFF=	BUILD_TESTS BUILD_EXAMPLES
 
 .include <bsd.port.mk>



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