aboutsummaryrefslogtreecommitdiff
path: root/devel/py-hgsubversion/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-hgsubversion/Makefile')
-rw-r--r--devel/py-hgsubversion/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-hgsubversion/Makefile b/devel/py-hgsubversion/Makefile
index 9bbbef01df20..9875e311b014 100644
--- a/devel/py-hgsubversion/Makefile
+++ b/devel/py-hgsubversion/Makefile
@@ -22,9 +22,9 @@ USE_PYTHON= autoplist distutils
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSUBVERTPY}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}subvertpy>=0:devel/py-subvertpy
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}subvertpy>=0:devel/py-subvertpy@${FLAVOR}
.else
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}subversion>=0:devel/py-subversion
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}subversion>=0:devel/py-subversion@${FLAVOR}
.endif
.include <bsd.port.mk>