diff options
Diffstat (limited to 'devel/py-adb/Makefile')
-rw-r--r-- | devel/py-adb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-adb/Makefile b/devel/py-adb/Makefile index 00922a4669a1..3be57282ce1e 100644 --- a/devel/py-adb/Makefile +++ b/devel/py-adb/Makefile @@ -12,8 +12,8 @@ COMMENT= Pure-python implementation of ADB and Fastboot protocols LICENSE= APACHE20 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libusb115>=1.0.16:devel/py-libusb115 \ - ${PYTHON_PKGNAMEPREFIX}m2crypto>=0.21.1:security/py-m2crypto +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libusb115>=1.0.16:devel/py-libusb115@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}m2crypto>=0.21.1:security/py-m2crypto@${FLAVOR} USE_GITHUB= yes GH_ACCOUNT= google |