Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Dec 2019 16:48:12 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520878 - head/devel/pydbus-common
Message-ID:  <201912251648.xBPGmCDj000419@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



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