Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 19:8730245d6754 | 20:246c2f328231 |
|---|---|
| 103 DISTINFO_FILE= ${.CURDIR}/distinfo | 103 DISTINFO_FILE= ${.CURDIR}/distinfo |
| 104 PATCHDIR= ${.CURDIR}/files | 104 PATCHDIR= ${.CURDIR}/files |
| 105 PLIST= ${.CURDIR}/pkg-plist | 105 PLIST= ${.CURDIR}/pkg-plist |
| 106 | 106 |
| 107 .include "bsd.pypy.mk" | 107 .include "bsd.pypy.mk" |
| 108 .include <bsd.port.pre.mk> | 108 #.include <bsd.port.pre.mk> |
| 109 | 109 |
| 110 .if ${OPSYS} == FreeBSD && ${ARCH} != i386 && ${ARCH} != amd64 | 110 .if ${OPSYS} == FreeBSD && ${ARCH} != i386 && ${ARCH} != amd64 |
| 111 PYPY_ARGS= --withoutmod-_vmprof | 111 PYPY_ARGS= --withoutmod-_vmprof |
| 112 .else | 112 .else |
| 113 LIB_DEPENDS+= libunwind.so:devel/libunwind | 113 LIB_DEPENDS+= libunwind.so:devel/libunwind |
