From 3984daeeeb176d80a1fe00a33bdc5a447a8e6b04 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sat, 9 Dec 2017 12:36:46 +0000 Subject: [PATCH] - Add explicit FLAVOR to dependency (useful when using DEFAULT_VERSIONS=python=3.x) - Fix dependency, the zconfig module is needed, not the zconfig command --- sysutils/farbot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysutils/farbot/Makefile b/sysutils/farbot/Makefile index cc1921b1152d..2f06b9944557 100644 --- a/sysutils/farbot/Makefile +++ b/sysutils/farbot/Makefile @@ -11,8 +11,8 @@ COMMENT= FreeBSD Automated Release Bot LICENSE= BSD3CLAUSE -BUILD_DEPENDS= ${LOCALBASE}/bin/zconfig:devel/py-zconfig -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zconfig>=0:devel/py-zconfig@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zconfig>=0:devel/py-zconfig@${FLAVOR} USE_GITHUB= yes GH_ACCOUNT= threerings