diff options
| -rw-r--r-- | sysutils/py-salt-cloud/Makefile | 3 | ||||
| -rw-r--r-- | sysutils/py-salt/Makefile | 1 |
2 files changed, 3 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 \ diff --git a/sysutils/py-salt/Makefile b/sysutils/py-salt/Makefile index f2c9d7565afe..86cd943b8d85 100644 --- a/sysutils/py-salt/Makefile +++ b/sysutils/py-salt/Makefile @@ -5,6 +5,7 @@ PORTNAME= salt PORTVERSION= 0.12.1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= christer.edwards@gmail.com COMMENT= Distributed remote execution and configuration management system |
