Date: Mon, 8 Jan 2018 15:47:22 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458430 - head/www/py-django_compressor Message-ID: <201801081547.w08FlMkn053879@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Mon Jan 8 15:47:22 2018 New Revision: 458430 URL: https://svnweb.freebsd.org/changeset/ports/458430 Log: www/py-slimit only supports Python 2.7. Sponsored by: Absolight Modified: head/www/py-django_compressor/Makefile (contents, props changed) Modified: head/www/py-django_compressor/Makefile ============================================================================== --- head/www/py-django_compressor/Makefile Mon Jan 8 15:44:16 2018 (r458429) +++ head/www/py-django_compressor/Makefile Mon Jan 8 15:47:22 2018 (r458430) @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django-appconf>=0. ${PYTHON_PKGNAMEPREFIX}rcssmin>=0:archivers/py-rcssmin@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rjsmin>=0:archivers/py-rjsmin@${FLAVOR} -USES= python +USES= python${PY_SLIMIT} USE_PYTHON= autoplist distutils NO_ARCH= yes @@ -32,5 +32,6 @@ BEAUTIFULSOUP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beau LXML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${FLAVOR} HTML5LIB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}html5lib>0:www/py-html5lib@${FLAVOR} SLIMIT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}slimit>=0.8.1:www/py-slimit@${FLAVOR} +SLIMIT_VARS= PY_SLIMIT=:2.7 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801081547.w08FlMkn053879>