diff options
Diffstat (limited to 'devel/py-zope.schema/Makefile')
-rw-r--r-- | devel/py-zope.schema/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-zope.schema/Makefile b/devel/py-zope.schema/Makefile index 13243bfbb9ab..30cf12866790 100644 --- a/devel/py-zope.schema/Makefile +++ b/devel/py-zope.schema/Makefile @@ -19,7 +19,7 @@ LICENSE= ZPL21 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.6.0:${PORTSDIR}/devel/py-zope.interface \ ${PYTHON_PKGNAMEPREFIX}six>=0:${PORTSDIR}/devel/py-six \ ${PYTHON_PKGNAMEPREFIX}zope.event>=0:${PORTSDIR}/devel/py-zope.event -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} DIST_SUBDIR= zope USE_PYTHON= 2.6+ |