svn commit: r486925 - head/net-mgmt/networkmgr

Antoine Brodin antoine at FreeBSD.org
Sat Dec 8 09:17:36 UTC 2018


Author: antoine
Date: Sat Dec  8 09:17:35 2018
New Revision: 486925
URL: https://svnweb.freebsd.org/changeset/ports/486925

Log:
  Allow building with different versions of python3

Modified:
  head/net-mgmt/networkmgr/Makefile

Modified: head/net-mgmt/networkmgr/Makefile
==============================================================================
--- head/net-mgmt/networkmgr/Makefile	Sat Dec  8 09:01:33 2018	(r486924)
+++ head/net-mgmt/networkmgr/Makefile	Sat Dec  8 09:17:35 2018	(r486925)
@@ -14,14 +14,14 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	doas:security/doas \
 		${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme
 
-USES=		python:3.6 gnome shebangfix
+USES=		python:3.4+ gnome shebangfix
 SHEBANG_GLOB=	*.py
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	GhostBSD
 
 NO_ARCH=	yes
-USE_PYTHON=	distutils
+USE_PYTHON=	distutils noflavors
 USE_GNOME=	pygobject3 gtk-update-icon-cache
 
 SUB_FILES=	pkg-message


More information about the svn-ports-all mailing list