diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2024-12-13 10:59:03 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2024-12-13 11:22:28 +0300 |
commit | 609fba8daaf6e4be2e627b8c7c7b5005d3c6f822 (patch) | |
tree | c26794bc7a4d49448d47b4bb878c8c0292f61ff0 /math/py-numpy | |
parent | math/arpack-ng: mark as PIE_UNSAFE (+) (diff) |
math/py-numpy: mark as PIE_UNSAFE (+)
Reported by: bulk -t
Approved by: portmgr (blanket)
Sponsored by: Future Crew, LLC
Diffstat (limited to 'math/py-numpy')
-rw-r--r-- | math/py-numpy/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index d462d649969d..d2c6d5850e3e 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -30,6 +30,8 @@ LDFLAGS+= -s PYDISTUTILS_BUILDARGS= --fcompiler=gnu95 PYDISTUTILS_CONFIGUREARGS= --fcompiler=gnu95 +PIE_UNSAFE= yes + PORTDOCS= * PORTSCOUT= limit:^1\. |