svn commit: r533894 - head/databases/ldb20

Antoine Brodin antoine at FreeBSD.org
Mon May 4 06:41:58 UTC 2020


Author: antoine
Date: Mon May  4 06:41:57 2020
New Revision: 533894
URL: https://svnweb.freebsd.org/changeset/ports/533894

Log:
  Cleanup

Modified:
  head/databases/ldb20/Makefile

Modified: head/databases/ldb20/Makefile
==============================================================================
--- head/databases/ldb20/Makefile	Mon May  4 04:47:34 2020	(r533893)
+++ head/databases/ldb20/Makefile	Mon May  4 06:41:57 2020	(r533894)
@@ -103,7 +103,7 @@ BUILD_DEPENDS+=		${LOCALBASE}/share/xsl/docbook/manpag
 .endif
 
 .if ! ${PORT_OPTIONS:MPYTHON3} || defined(NO_PYTHON)
-USES+=			python:2.7+,build,test
+USES+=			python:build,test
 CONFIGURE_ARGS+=	--disable-python
 .else
 USES+=			python:3.4+


More information about the svn-ports-head mailing list