Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Aug 2021 06:32:29 GMT
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 610f18d6b378 - main - mail/mailutils: pass correct python-config to the configure script.
Message-ID:  <202108110632.17B6WTOJ054032@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe:

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

commit 610f18d6b3783f6adaf27541a5228ba2e502a6e6
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2021-08-11 06:31:24 +0000
Commit:     Alexey Dokuchaev <danfe@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



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