diff options
| author | Adam Vandenberg | 2010-11-12 07:43:28 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2010-11-12 07:43:28 -0800 |
| commit | 00e1ae38e86ff0502755e24a869bac1fff2734ff (patch) | |
| tree | f547076051115a76eae671f8e25e45c077ec9e1a /Library/Formula | |
| parent | ceae7132e4e25b5e1b13115c4354a045a680bcea (diff) | |
| download | homebrew-00e1ae38e86ff0502755e24a869bac1fff2734ff.tar.bz2 | |
zeromq - fix audit warning
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/zeromq.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/zeromq.rb b/Library/Formula/zeromq.rb index f1b5d1ec8..10a52e0a1 100644 --- a/Library/Formula/zeromq.rb +++ b/Library/Formula/zeromq.rb @@ -46,7 +46,7 @@ class Zeromq <Formula To install the zmq gem on 10.6 with the system Ruby on a 64-bit machine, you may need to do: $ ARCHFLAGS="-arch x86_64" gem install zmq -- --with-zmq-dir=#{HOMEBREW_PREFIX} - + If you want to later build the Java bindings from https://github.com/zeromq/jzmq, you will need to obtain the Java Developer Package from Apple ADC at http://connect.apple.com/. |
