aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAlexey Ivanov2013-09-28 21:31:25 -0700
committerAdam Vandenberg2013-09-28 21:45:11 -0700
commit7d054d302e7b0f4f4ee3450515547e5203ba9465 (patch)
tree830d01897c340accbfdfcf9bce8560763ed78967 /Library/Formula
parentda59b76829d5ffba7b80b6cbc55f34dca342e0cf (diff)
downloadhomebrew-7d054d302e7b0f4f4ee3450515547e5203ba9465.tar.bz2
nanomsg: version 0.2 supports both doc and nanocat
Previously they were supported only by HEAD build. Closes #22918. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/nanomsg.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/nanomsg.rb b/Library/Formula/nanomsg.rb
index 9ac41f879..ec8c50511 100644
--- a/Library/Formula/nanomsg.rb
+++ b/Library/Formula/nanomsg.rb
@@ -14,8 +14,8 @@ class Nanomsg < Formula
end
option 'with-test', 'Verify the build with make check'
- option 'with-doc', 'Install man pages' if build.head?
- option 'without-nanocat', 'Do not install nanocat tool' if build.head?
+ option 'with-doc', 'Install man pages'
+ option 'without-nanocat', 'Do not install nanocat tool'
depends_on 'pkg-config'=> :build
depends_on :libtool