svn commit: r458651 - head/print/cups-cloud-print
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jan 10 15:39:40 UTC 2018
Author: amdmi3
Date: Wed Jan 10 15:39:39 2018
New Revision: 458651
URL: https://svnweb.freebsd.org/changeset/ports/458651
Log:
- Add missing python flavors
Modified:
head/print/cups-cloud-print/Makefile
Modified: head/print/cups-cloud-print/Makefile
==============================================================================
--- head/print/cups-cloud-print/Makefile Wed Jan 10 15:38:07 2018 (r458650)
+++ head/print/cups-cloud-print/Makefile Wed Jan 10 15:39:39 2018 (r458651)
@@ -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
More information about the svn-ports-all
mailing list