git: f9068a7b11a7 - main - devel/py-pymtbl: fix build

From: Don Lewis <truckman_at_FreeBSD.org>
Date: Thu, 06 Jun 2024 21:35:49 UTC
The branch main has been updated by truckman:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f9068a7b11a746a99d927e28d39ffb3da0c867b0

commit f9068a7b11a746a99d927e28d39ffb3da0c867b0
Author:     Don Lewis <truckman@FreeBSD.org>
AuthorDate: 2024-06-06 21:32:28 +0000
Commit:     Don Lewis <truckman@FreeBSD.org>
CommitDate: 2024-06-06 21:35:00 +0000

    devel/py-pymtbl: fix build
    
    python is a build dependency
    Sponsored by:   DomainTools LLC
---
 devel/py-pymtbl/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/py-pymtbl/Makefile b/devel/py-pymtbl/Makefile
index 392e6810b820..6ba5714df0ff 100644
--- a/devel/py-pymtbl/Makefile
+++ b/devel/py-pymtbl/Makefile
@@ -25,7 +25,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 
 OPTIONS_DEFINE=	EXAMPLES
 
-post-patch:
+pre-build:
 	cython-${PYTHON_VER} ${WRKSRC}/mtbl.pyx
 
 post-install: