diff options
author | jgh <jgh@FreeBSD.org> | 2013-01-28 05:04:35 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-01-28 05:04:35 +0800 |
commit | 2535bf3cb74efd762b118ade121fc5ebfa297dcc (patch) | |
tree | 7f972d8e417c7156a48fa988b91739738c108ebb | |
parent | 880120ef06c804f2da05d3c70c96500c7ce4e5c5 (diff) | |
download | freebsd-ports-gnome-2535bf3cb74efd762b118ade121fc5ebfa297dcc.tar.gz freebsd-ports-gnome-2535bf3cb74efd762b118ade121fc5ebfa297dcc.tar.zst freebsd-ports-gnome-2535bf3cb74efd762b118ade121fc5ebfa297dcc.zip |
- chase 311078, adjust dependencies and set python_pkgnameprefix
-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 |