aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2025-02-08 18:39:36 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2025-02-08 18:39:45 +0000
commitd70d22536dd20366613a2c71c9dccaf08f4d78ed (patch)
tree0cbeaed34e0de13992ea3e0516dc02102e47ced7
parent0176407bbd507635ad02baf552e635e1c1ba2597 (diff)
math/py-pystan: Unbreak INDEX by updating include line
Forgot to update include line after changing BROKEN into a global variable. Pointy hat to myself Reported by: vvd@ and dvl@ Approved by: portmgr (blanket, build fix)
-rw-r--r--math/py-pystan/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-pystan/Makefile b/math/py-pystan/Makefile
index 5a87ea982c6f..aef88595349b 100644
--- a/math/py-pystan/Makefile
+++ b/math/py-pystan/Makefile
@@ -32,4 +32,4 @@ SHEBANG_FILES= ${WRKSRC}/pystan/stan/lib/stan_math/lib/upgrade-sundials.sh \
NO_ARCH= yes
NO_ARCH_IGNORE= _api.so _chains.so _misc.so
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>