aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/farbot
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2017-12-09 20:36:46 +0800
committerantoine <antoine@FreeBSD.org>2017-12-09 20:36:46 +0800
commitfea623f7db88a5acd9fc2fa0411a24b2709328b3 (patch)
treec11bb88df2e0d494c86f2f864b6f98f6d2d38b18 /sysutils/farbot
parent65f31c99075bdfd1d3379f1cfc1b45c9b087b744 (diff)
downloadfreebsd-ports-gnome-fea623f7db88a5acd9fc2fa0411a24b2709328b3.tar.gz
freebsd-ports-gnome-fea623f7db88a5acd9fc2fa0411a24b2709328b3.tar.zst
freebsd-ports-gnome-fea623f7db88a5acd9fc2fa0411a24b2709328b3.zip
- Add explicit FLAVOR to dependency (useful when using
DEFAULT_VERSIONS=python=3.x) - Fix dependency, the zconfig module is needed, not the zconfig command
Diffstat (limited to 'sysutils/farbot')
-rw-r--r--sysutils/farbot/Makefile4
1 files 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