git: 45d6af851138 - main - graphics/matplotplusplus: Not building examples
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Jan 2022 20:40:03 UTC
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>