git: 464c2c9145f1 - main - net/kea-devel: Revert part of 8317693a759d
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Aug 2025 15:52:06 UTC
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=464c2c9145f1a8c492c70114921cd62b0c051152
commit 464c2c9145f1a8c492c70114921cd62b0c051152
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2025-08-14 14:41:42 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2025-08-14 15:11:21 +0000
net/kea-devel: Revert part of 8317693a759d
Fixing stage-qa breaks configure on systems without python installed.
Reported by: Andrey Pevnev <apevnev@me.com>
---
net/kea-devel/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/net/kea-devel/Makefile b/net/kea-devel/Makefile
index ca0e2fe82947..65bb8d3246e1 100644
--- a/net/kea-devel/Makefile
+++ b/net/kea-devel/Makefile
@@ -1,5 +1,6 @@
PORTNAME= kea
DISTVERSION= 3.1.0
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ISC/kea/cur/3.1
PKGNAMESUFFIX= -devel
@@ -11,7 +12,8 @@ WWW= https://kea.isc.org/
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= rst2man:textproc/py-docutils
+BUILD_DEPENDS= rst2man:textproc/py-docutils \
+ python3:lang/python3
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
liblog4cplus.so:devel/log4cplus