diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-01-10 15:39:39 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-01-10 15:39:39 +0000 |
commit | 59ec05f496cfc505860b3e34d1cdba28c7a76aa2 (patch) | |
tree | 965f40b7b6e5996175f1b830b8b90476397b2a59 /print | |
parent | 99a1e2eecf81729d1f24a05c07d79be815f9e5c5 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-cloud-print/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/cups-cloud-print/Makefile b/print/cups-cloud-print/Makefile index 95a2138cda38..812de5079e0f 100644 --- a/print/cups-cloud-print/Makefile +++ b/print/cups-cloud-print/Makefile @@ -12,9 +12,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= cups-config:print/cups RUN_DEPENDS= cancel:print/cups \ - ${PYTHON_PKGNAMEPREFIX}pycups>0:print/py-pycups \ bash:shells/bash \ - ${PYTHON_PKGNAMEPREFIX}httplib2>0:www/py-httplib2 + ${PYTHON_PKGNAMEPREFIX}pycups>0:print/py-pycups@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}httplib2>0:www/py-httplib2@${PY_FLAVOR} USE_GITHUB= yes GH_ACCOUNT= simoncadman |