diff options
Diffstat (limited to 'www/pelican/Makefile')
-rw-r--r-- | www/pelican/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/pelican/Makefile b/www/pelican/Makefile index c00c96939230..77e7e1add225 100644 --- a/www/pelican/Makefile +++ b/www/pelican/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= rst2html:${PORTSDIR}/textproc/py-docutils \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.5:${PORTSDIR}/devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}pygments>=1.4:${PORTSDIR}/textproc/py-pygments \ ${PYTHON_SITELIBDIR}/feedgenerator.py:${PORTSDIR}/www/py-feedgenerator -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} USE_PYTHON= 2.7+ USE_PYDISTUTILS=easy_install |