diff options
Diffstat (limited to 'devel/py-oslo.i18n/Makefile')
-rw-r--r-- | devel/py-oslo.i18n/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-oslo.i18n/Makefile b/devel/py-oslo.i18n/Makefile index 2e89cba4b94f..c6191c6b4c4a 100644 --- a/devel/py-oslo.i18n/Makefile +++ b/devel/py-oslo.i18n/Makefile @@ -9,9 +9,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= novel@FreeBSD.org COMMENT= Oslo i18n library -BUILD_DEPENDS= ${PKGNAMEPREFIX}pbr>=1.6:${PORTSDIR}/devel/py-pbr -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=1.3:${PORTSDIR}/devel/py-babel \ - ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six +BUILD_DEPENDS= ${PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=1.3:devel/py-babel \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six NO_ARCH= yes |