Mercurial > hgrepos > FreeBSD > ports > PyPy
diff Makefile @ 20:246c2f328231
Now include bsd.port.pre.mk automitically from within bsd.pypy.mk
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 04 Oct 2022 09:45:03 +0200 |
| parents | cb562cb4ec47 |
| children | 27f6cd24b808 |
line wrap: on
line diff
--- a/Makefile Tue Oct 04 09:31:44 2022 +0200 +++ b/Makefile Tue Oct 04 09:45:03 2022 +0200 @@ -105,7 +105,7 @@ PLIST= ${.CURDIR}/pkg-plist .include "bsd.pypy.mk" -.include <bsd.port.pre.mk> +#.include <bsd.port.pre.mk> .if ${OPSYS} == FreeBSD && ${ARCH} != i386 && ${ARCH} != amd64 PYPY_ARGS= --withoutmod-_vmprof
