mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
- Add explicit FLAVOR to dependency (useful when using
DEFAULT_VERSIONS=python=3.x) - Fix dependency, the zconfig module is needed, not the zconfig command
This commit is contained in:
parent
e5e8381122
commit
3984daeeeb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455853
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user