aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-04-07 16:57:56 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-04-07 16:58:27 +0000
commitb7b1f9b45a9f92bd9edb830129ae5415c64efb99 (patch)
treeb628a849a04084c70f9920635bf5fd05a5aae4cb /math
parent832c8dd89757505a820be12f7fdd8c4abd93a050 (diff)
downloadports-b7b1f9b45a9f92bd9edb830129ae5415c64efb99.tar.gz
ports-b7b1f9b45a9f92bd9edb830129ae5415c64efb99.zip
math/casadi: Add the PORTSCOUT line
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>