diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2020-01-09 12:46:35 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2020-01-09 12:46:35 +0000 |
commit | 48f2ea9373455efc779f0e8e37ef118b75d548e5 (patch) | |
tree | a1f554b05d69891491483b3dc6fddf25c1697c06 | |
parent | - Update to 0.4.6 (diff) |
Fix bulk -a when building with all python flavors.
-rw-r--r-- | comms/nanovna-saver/Makefile | 2 | ||||
-rw-r--r-- | sysutils/azure-agent/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/comms/nanovna-saver/Makefile b/comms/nanovna-saver/Makefile index 5233b774246f..d4cf62ec75bf 100644 --- a/comms/nanovna-saver/Makefile +++ b/comms/nanovna-saver/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYNUMPY} \ RUN_DEPENDS= ${BUILD_DEPENDS} USES= python:3.3+ pyqt:5 qt:5 -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils autoplist noflavors USE_PYQT= core_run gui_run widgets_run QT5_USE= core gui widgets diff --git a/sysutils/azure-agent/Makefile b/sysutils/azure-agent/Makefile index a63fde7dcc7f..73a4d5ff821b 100644 --- a/sysutils/azure-agent/Makefile +++ b/sysutils/azure-agent/Makefile @@ -25,7 +25,7 @@ SHEBANG_FILES= bin/waagent bin/waagent2.0 USE_GITHUB= yes GH_ACCOUNT= Azure GH_PROJECT= WALinuxAgent -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist distutils noflavors post-patch: ${REINPLACE_CMD} -e "s,/etc/waagent,${PREFIX}/etc/waagent,g" \ |