changeset 177:903d2e59fe72

Use bsd.port.post.mk instead of bsd.port.mk because bsd.port.pre.mk is included by bsd.pypy.cffi.mk already
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 06 Oct 2022 21:14:12 +0200
parents a31eec33ff49
children e2d16a3bf62b
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu Oct 06 21:03:31 2022 +0200
+++ b/Makefile	Thu Oct 06 21:14:12 2022 +0200
@@ -12,4 +12,4 @@
 CFFI_NAME=	tkffi
 
 .include "${.CURDIR}/../../lang/pypy/bsd.pypy.cffi.mk"
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>