diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-01-27 21:04:35 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-01-27 21:04:35 +0000 |
commit | 21682067f40d2fd451473fa4c3ebabd91f2d97fb (patch) | |
tree | 7f972d8e417c7156a48fa988b91739738c108ebb /sysutils/py-salt-cloud/Makefile | |
parent | fe74b8ce10251ee81bcd218cd61c490b8165edd0 (diff) |
Notes
Diffstat (limited to 'sysutils/py-salt-cloud/Makefile')
-rw-r--r-- | sysutils/py-salt-cloud/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/py-salt-cloud/Makefile b/sysutils/py-salt-cloud/Makefile index 78f773ad284a..b2a20f1a0706 100644 --- a/sysutils/py-salt-cloud/Makefile +++ b/sysutils/py-salt-cloud/Makefile @@ -5,6 +5,7 @@ PORTNAME= salt-cloud PORTVERSION= 0.8.4 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= christer.edwards@gmail.com COMMENT= Provisioning salted minions to various cloud providers @@ -20,7 +21,7 @@ SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} MAN1= salt-cloud.1 MAN7= salt-cloud.7 -BUILD_DEPENDS+= salt:${PORTSDIR}/sysutils/salt \ +BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}salt:${PORTSDIR}/sysutils/py-salt \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:${PORTSDIR}/devel/py-yaml \ ${PYTHON_PKGNAMEPREFIX}libcloud>=0:${PORTSDIR}/net/py-libcloud \ ${PYTHON_PKGNAMEPREFIX}paramiko>=0:${PORTSDIR}/security/py-paramiko \ |