diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-06-20 17:05:41 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-06-20 17:05:41 +0000 |
commit | 4376dbbb58dab5a7bf7a8240ca39b562de78343b (patch) | |
tree | 8997a738fc5162cf5f1383dd3c61c0423454979b /security/py-yubioath-desktop | |
parent | 6cb7ca00bb0a9a3aa67008824300ee8d16203a1b (diff) | |
download | ports-4376dbbb58dab5a7bf7a8240ca39b562de78343b.tar.gz ports-4376dbbb58dab5a7bf7a8240ca39b562de78343b.zip |
Notes
Diffstat (limited to 'security/py-yubioath-desktop')
-rw-r--r-- | security/py-yubioath-desktop/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/py-yubioath-desktop/Makefile b/security/py-yubioath-desktop/Makefile index 25e4f852265b..66fae57eca9a 100644 --- a/security/py-yubioath-desktop/Makefile +++ b/security/py-yubioath-desktop/Makefile @@ -11,10 +11,10 @@ COMMENT= GUI for displaying OATH codes with a Yubikey LICENSE= GPLv3 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyscard>0:security/py-pyscard@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${FLAVOR} \ - pyside${PYTHON_PKGNAMESUFFIX}>0:devel/pyside@${FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyscard>0:security/py-pyscard@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ + pyside${PYTHON_PKGNAMESUFFIX}>0:devel/pyside@${PY_FLAVOR} \ pcsc-spy:devel/pcsc-lite \ ${LOCALBASE}/lib/pcsc/drivers/ifd-ccid.bundle/Contents/${OPSYS}/libccid.so:devel/libccid |