git: 610f18d6b378 - main - mail/mailutils: pass correct python-config to the configure script.
Alexey Dokuchaev
danfe at FreeBSD.org
Wed Aug 11 06:32:29 UTC 2021
The branch main has been updated by danfe:
URL: https://cgit.FreeBSD.org/ports/commit/?id=610f18d6b3783f6adaf27541a5228ba2e502a6e6
commit 610f18d6b3783f6adaf27541a5228ba2e502a6e6
Author: Alexey Dokuchaev <danfe at FreeBSD.org>
AuthorDate: 2021-08-11 06:31:24 +0000
Commit: Alexey Dokuchaev <danfe at FreeBSD.org>
CommitDate: 2021-08-11 06:31:31 +0000
mail/mailutils: pass correct python-config to the configure script.
PR: 257660
---
mail/mailutils/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mail/mailutils/Makefile b/mail/mailutils/Makefile
index 4891dba7394f..61853721d81d 100644
--- a/mail/mailutils/Makefile
+++ b/mail/mailutils/Makefile
@@ -62,9 +62,9 @@ NLS_CONFIGURE_ENABLE= nls
PAM_CONFIGURE_ENABLE= pam
-PYTHON_BINARY_ALIAS= python-config=python${PYTHON_VER}-config
PYTHON_USES= python:3.0+
PYTHON_CONFIGURE_ENABLE=python
+PYTHON_CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config
BDB_USES= bdb
BDB_CONFIGURE_WITH= berkeley-db
More information about the dev-commits-ports-all
mailing list