diff options
| author | Jack Nagel | 2014-12-11 22:37:57 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-12-12 00:36:21 -0500 | 
| commit | 3387669ebd0a484d8aca11cb58d708a65d2439a6 (patch) | |
| tree | 5e516b0f88484929b8ab1da353bad198ab669477 | |
| parent | 8979296ae1e0569434670e72bc3c62f8909de30a (diff) | |
| download | homebrew-3387669ebd0a484d8aca11cb58d708a65d2439a6.tar.bz2 | |
net-snmp: keg-only
| -rw-r--r-- | Library/Formula/net-snmp.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/Library/Formula/net-snmp.rb b/Library/Formula/net-snmp.rb index 5e6fddb47..7c177ff10 100644 --- a/Library/Formula/net-snmp.rb +++ b/Library/Formula/net-snmp.rb @@ -11,6 +11,8 @@ class NetSnmp < Formula    depends_on "openssl"    depends_on :python => :optional +  keg_only :provided_by_osx +    def install      args = [        "--disable-debugging", | 
