changeset 52:4a27313c3f7d

Separate the inclusion of bsd.port.options.mk and bsd.port.pre.mk
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 04 Jan 2023 21:07:09 +0100
parents 4693b4c466f7
children 7d444f989e1e
files bsd.pypy.mk
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bsd.pypy.mk	Wed Jan 04 20:50:19 2023 +0100
+++ b/bsd.pypy.mk	Wed Jan 04 21:07:09 2023 +0100
@@ -49,7 +49,7 @@
 
 DISTINFO_FILE=		${.CURDIR}/distinfo.py${PY_VERSION_NODOT}
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MFORPYIMPL37}
 PY_VERSION_SHORT=	3.7
@@ -66,3 +66,5 @@
 PYPY_LDLIBRARY=		libpypy3.9-c.so
 PYPY_EXECUTABLE=	pypy3.9-c
 .endif
+
+.include <bsd.port.pre.mk>