diff options
Diffstat (limited to 'devel/py-hgsubversion/Makefile')
-rw-r--r-- | devel/py-hgsubversion/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-hgsubversion/Makefile b/devel/py-hgsubversion/Makefile index 3b4a19ee09c5..061bf68a192a 100644 --- a/devel/py-hgsubversion/Makefile +++ b/devel/py-hgsubversion/Makefile @@ -23,9 +23,9 @@ USE_PYTHON= autoplist distutils .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSUBVERTPY} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}subvertpy>=0:devel/py-subvertpy@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}subvertpy>=0:devel/py-subvertpy@${PY_FLAVOR} .else -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}subversion>=0:devel/py-subversion@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}subversion>=0:devel/py-subversion@${PY_FLAVOR} .endif .include <bsd.port.mk> |