diff options
| author | Marek Majkowski <marek@rabbitmq.com> | 2010-11-25 11:52:54 +0000 |
|---|---|---|
| committer | Marek Majkowski <marek@rabbitmq.com> | 2010-11-25 11:52:54 +0000 |
| commit | 0a882b45fec2c78240ebabf082e5799a466fd3a1 (patch) | |
| tree | b77a01224d65513118b654ffcbbe1559a52ad16d | |
| parent | ab702e3bfed99c631e81c4b68b951098fea4483a (diff) | |
| download | rabbitmq-server-git-0a882b45fec2c78240ebabf082e5799a466fd3a1.tar.gz | |
Updated portfile as suggested by macports guru
| -rw-r--r-- | packaging/macports/Portfile.in | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/packaging/macports/Portfile.in b/packaging/macports/Portfile.in index ce6b1e34a7..f8417b83b9 100644 --- a/packaging/macports/Portfile.in +++ b/packaging/macports/Portfile.in @@ -7,6 +7,8 @@ version @VERSION@ categories net maintainers paperplanes.de:meyer rabbitmq.com:tonyg openmaintainer platforms darwin +supported_archs noarch + description The RabbitMQ AMQP Server long_description \ RabbitMQ is an implementation of AMQP, the emerging standard for \ @@ -31,17 +33,13 @@ checksums \ depends_lib port:erlang depends_build port:libxslt -platform darwin 7 { - depends_build-append port:py25-simplejson - build.args PYTHON=${prefix}/bin/python2.5 -} platform darwin 8 { - depends_build-append port:py25-simplejson - build.args PYTHON=${prefix}/bin/python2.5 + depends_build-append port:py26-simplejson + build.args PYTHON=${prefix}/bin/python2.6 } platform darwin 9 { - depends_build-append port:py25-simplejson - build.args PYTHON=${prefix}/bin/python2.5 + depends_build-append port:py26-simplejson + build.args PYTHON=${prefix}/bin/python2.6 } # no need for simplejson on Snow Leopard or higher |
