summaryrefslogtreecommitdiff
path: root/graphics/matplotplusplus/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/matplotplusplus/Makefile')
-rw-r--r--graphics/matplotplusplus/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/matplotplusplus/Makefile b/graphics/matplotplusplus/Makefile
index a65f3f31f1c0..926c63e79616 100644
--- a/graphics/matplotplusplus/Makefile
+++ b/graphics/matplotplusplus/Makefile
@@ -1,7 +1,6 @@
PORTNAME= matplotplusplus
DISTVERSIONPREFIX= v
-DISTVERSION= 1.2.0
-PORTREVISION= 3
+DISTVERSION= 1.2.1
CATEGORIES= graphics devel
MAINTAINER= yuri@FreeBSD.org
@@ -25,6 +24,6 @@ USE_GITHUB= yes
GH_ACCOUNT= alandefreitas
CMAKE_ON= BUILD_SHARED_LIBS
-CMAKE_OFF= BUILD_TESTS BUILD_EXAMPLES
+CMAKE_OFF= BUILD_TESTING BUILD_EXAMPLES
.include <bsd.port.mk>