svn commit: r520878 - head/devel/pydbus-common

Antoine Brodin antoine at FreeBSD.org
Wed Dec 25 16:48:12 UTC 2019


Author: antoine
Date: Wed Dec 25 16:48:12 2019
New Revision: 520878
URL: https://svnweb.freebsd.org/changeset/ports/520878

Log:
  Remove dependency on python 2.7

Modified:
  head/devel/pydbus-common/Makefile

Modified: head/devel/pydbus-common/Makefile
==============================================================================
--- head/devel/pydbus-common/Makefile	Wed Dec 25 15:43:35 2019	(r520877)
+++ head/devel/pydbus-common/Makefile	Wed Dec 25 16:48:12 2019	(r520878)
@@ -25,7 +25,7 @@ CONFIGURE_ARGS=	--docdir=${DOCSDIR} \
 INSTALL_TARGET=	install-strip
 
 .if ${SLAVE_PORT} == no
-USES+=		python:2.7,build
+USES+=		python:build
 
 DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
 EXAMPLESDIR=	${PREFIX}/share/examples/py-${PORTNAME}


More information about the svn-ports-all mailing list