From b2012f72500300ecbba6933c68717ba52c454563 Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 20 Jun 2018 17:05:41 +0000 Subject: Use PY_FLAVOR for dependencies. FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight --- www/py-plone.app.textfield/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'www/py-plone.app.textfield') diff --git a/www/py-plone.app.textfield/Makefile b/www/py-plone.app.textfield/Makefile index d8de5c2cb583..0ae1ef0902e1 100644 --- a/www/py-plone.app.textfield/Makefile +++ b/www/py-plone.app.textfield/Makefile @@ -12,10 +12,10 @@ COMMENT= Text field with MIME type support LICENSE= GPLv2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.schema>0:devel/py-zope.schema@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}zope.component>0:devel/py-zope.component@${FLAVOR} \ - zodb${PYTHON_PKGNAMESUFFIX}>=3.8.1:databases/zodb3@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.schema>0:devel/py-zope.schema@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}zope.component>0:devel/py-zope.component@${PY_FLAVOR} \ + zodb${PYTHON_PKGNAMESUFFIX}>=3.8.1:databases/zodb3@${PY_FLAVOR} NO_ARCH= yes USES= python:2.7 zip -- cgit