Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jun 2022 21:06:59 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f23967b97907 - main - security/libpreludedb: Helper to find python39
Message-ID:  <202206162106.25GL6xBm087338@gitrepo.freebsd.org>

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

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

commit f23967b979071d7f45fd7e0db71e13d7e17a11f5
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2022-06-16 21:05:25 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-06-16 21:05:25 +0000

    security/libpreludedb: Helper to find python39
    
    PR:             264717
    Reported by:    thierry
---
 security/libpreludedb/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/security/libpreludedb/Makefile b/security/libpreludedb/Makefile
index ca6ead05d9a1..798e5f8791c9 100644
--- a/security/libpreludedb/Makefile
+++ b/security/libpreludedb/Makefile
@@ -21,6 +21,7 @@ SHEBANG_FILES=	preludedb-admin
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--without-swig
+CONFIGURE_ENV=	PYTHON3=${PYTHON_CMD}
 
 INSTALL_TARGET=	install-strip
 



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