changeset 163:3ee5ec96e732

Now bsd.port.pre.mk is included by bsd.pypy.cffi.mk: include bsd.port.post.mk here
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 04 Oct 2022 09:46:10 +0200
parents 3931b074ee3c
children 864c78dca28d
files Makefile
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Mon Oct 03 12:19:42 2022 +0200
+++ b/Makefile	Tue Oct 04 09:46:10 2022 +0200
@@ -12,8 +12,8 @@
 
 CFFI_NAME=	ffi
 
+pypy3_IGNORE=		pypy3-gdbm is now always included in pypy3
+
 .include "${.CURDIR}/../../lang/pypy/bsd.pypy.cffi.mk"
 
-pypy3_IGNORE=		pypy3-gdbm is now always included in pypy3
-
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>