Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 2024 21:35:49 GMT
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f9068a7b11a7 - main - devel/py-pymtbl: fix build
Message-ID:  <202406062135.456LZnWE031163@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406062135.456LZnWE031163>