Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Mar 2021 11:28:08 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r567070 - head/databases/ldb15
Message-ID:  <202103031128.123BS8OA092613@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fluffy
Date: Wed Mar  3 11:28:08 2021
New Revision: 567070
URL: https://svnweb.freebsd.org/changeset/ports/567070

Log:
  databases/ldb15: move gettext-runtime dependency to python section
  
  minimal supported python version is 3.6 now
  
  With hat:	ports-secteam

Modified:
  head/databases/ldb15/Makefile

Modified: head/databases/ldb15/Makefile
==============================================================================
--- head/databases/ldb15/Makefile	Wed Mar  3 11:23:17 2021	(r567069)
+++ head/databases/ldb15/Makefile	Wed Mar  3 11:28:08 2021	(r567070)
@@ -99,7 +99,7 @@ PLIST_FILES=		include/ldb_version.h \
 USES+=			python:build,test
 CONFIGURE_ARGS+=	--disable-python
 .else
-USES+=			python:3.4+
+USES+=			gettext-runtime python:3.6+
 
 PLIST_FILES+=		include/pyldb.h \
 			lib/libpyldb-util${PYTHON_EXT_SUFFIX}.so \



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