diff options
author | antoine <antoine@FreeBSD.org> | 2018-12-08 17:17:35 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-12-08 17:17:35 +0800 |
commit | 2ad8778d5c1f2943bc78de60b4f04cf722d014c7 (patch) | |
tree | bf1929a09a9cca2b450d095770680394109b520f /net-mgmt | |
parent | 88ed39ac4338156101aecbc08aed666daf6326a2 (diff) | |
download | freebsd-ports-gnome-2ad8778d5c1f2943bc78de60b4f04cf722d014c7.tar.gz freebsd-ports-gnome-2ad8778d5c1f2943bc78de60b4f04cf722d014c7.tar.zst freebsd-ports-gnome-2ad8778d5c1f2943bc78de60b4f04cf722d014c7.zip |
Allow building with different versions of python3
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/networkmgr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/networkmgr/Makefile b/net-mgmt/networkmgr/Makefile index e9e019cdd688..1b7973588c77 100644 --- a/net-mgmt/networkmgr/Makefile +++ b/net-mgmt/networkmgr/Makefile @@ -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 |