Skip to content

Commit

Permalink
rabbitmq-server: update python dependency on darwin [8-9] to py27
Browse files Browse the repository at this point in the history
  • Loading branch information
l2dy committed Jun 3, 2018
1 parent efd9b61 commit 5203ae3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions net/rabbitmq-server/Portfile
Expand Up @@ -33,13 +33,13 @@ depends_lib port:erlang
depends_build port:libxslt

platform darwin 8 {
depends_build-append port:py26-simplejson
build.args PYTHON=${prefix}/bin/python2.6
depends_build-append port:py27-simplejson
build.args PYTHON=${prefix}/bin/python2.7
}

platform darwin 9 {
depends_build-append port:py26-simplejson
build.args PYTHON=${prefix}/bin/python2.6
depends_build-append port:py27-simplejson
build.args PYTHON=${prefix}/bin/python2.7
}

# no need for simplejson on Snow Leopard or higher
Expand Down

0 comments on commit 5203ae3

Please sign in to comment.