diff options
Diffstat (limited to 'net-mgmt/crmsh/Makefile')
-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 |