aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/casadi/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/casadi/Makefile b/math/casadi/Makefile
index efb79347f5a5..dc60e205b838 100644
--- a/math/casadi/Makefile
+++ b/math/casadi/Makefile
@@ -65,4 +65,6 @@ CC= clang${LLVM_DEFAULT}
CXX= clang++${LLVM_DEFAULT}
.endif
+PORTSCOUT= limit:^.*[1-9]\..* # prevent tags like ge2
+
.include <bsd.port.mk>