Date: Sat, 8 Dec 2018 09:17:35 +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: r486925 - head/net-mgmt/networkmgr Message-ID: <201812080917.wB89HZre094136@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812080917.wB89HZre094136>