diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-19 11:14:41 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-19 11:14:41 +0000 |
commit | 1d14b12d4891157c5e79a6c059fdeb30c6751e64 (patch) | |
tree | 9adc497fff2325f953286f98c3b105cf0a39b37c /net-mgmt | |
parent | f739ae693be3b9b380fb8edc110a909c13e83e6f (diff) | |
download | ports-1d14b12d4891157c5e79a6c059fdeb30c6751e64.tar.gz ports-1d14b12d4891157c5e79a6c059fdeb30c6751e64.zip |
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/crmsh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/crmsh/Makefile b/net-mgmt/crmsh/Makefile index 30afe3ba3592..1b34436a6fef 100644 --- a/net-mgmt/crmsh/Makefile +++ b/net-mgmt/crmsh/Makefile @@ -19,7 +19,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} -USES= autoreconf gmake python shebangfix +USES= autoreconf cpe gmake python shebangfix +CPE_VENDOR= clusterlabs USE_GITHUB= yes GH_ACCOUNT= ClusterLabs GNU_CONFIGURE= yes |