diff options
| author | Daniel Engberg <diizzy@FreeBSD.org> | 2025-02-08 19:39:36 +0100 |
|---|---|---|
| committer | Daniel Engberg <diizzy@FreeBSD.org> | 2025-02-08 19:39:45 +0100 |
| commit | d70d22536dd20366613a2c71c9dccaf08f4d78ed (patch) | |
| tree | 0cbeaed34e0de13992ea3e0516dc02102e47ced7 | |
| parent | cad/kicad-devel: Update (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/Makefile | 2 |
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> |
