diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-19 19:10:43 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-19 19:10:43 +0800 |
commit | f7455240e3b2acb3cd4804dac9a3afe2582a0a96 (patch) | |
tree | 94eaef37ab07d82e499ae4cafabe202ea2ed0525 /net-mgmt/crmsh | |
parent | 6db4531ff6ac4b156bdc1499488964f1c2551e7f (diff) | |
download | freebsd-ports-gnome-f7455240e3b2acb3cd4804dac9a3afe2582a0a96.tar.gz freebsd-ports-gnome-f7455240e3b2acb3cd4804dac9a3afe2582a0a96.tar.zst freebsd-ports-gnome-f7455240e3b2acb3cd4804dac9a3afe2582a0a96.zip |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA
Diffstat (limited to 'net-mgmt/crmsh')
-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 3248b69a5286..1da94eb9e7a0 100644 --- a/net-mgmt/crmsh/Makefile +++ b/net-mgmt/crmsh/Makefile @@ -3,6 +3,7 @@ PORTNAME= crmsh PORTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= net-mgmt python MAINTAINER= dpejesh@yahoo.com @@ -21,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${FLAVOR} \ USE_GITHUB= yes GH_ACCOUNT= ClusterLabs -USES= autoreconf gmake python:2 shebangfix +USES= autoreconf gmake python:2.7 shebangfix USE_PYTHON= flavors GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ocf-root=${PREFIX}/lib/ocf |