Skip to content

Commit

Permalink
ctunnel: revision for tuntap removal
Browse files Browse the repository at this point in the history
make tuntap optional instead of recommended
  • Loading branch information
ilovezfs committed Jul 20, 2016
1 parent aac3ed0 commit 7771644
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/ctunnel.rb
Expand Up @@ -3,6 +3,7 @@ class Ctunnel < Formula
homepage "https://github.com/alienrobotarmy/ctunnel"
url "https://alienrobotarmy.com/ctunnel/0.7/ctunnel-0.7.tar.gz"
sha256 "3c90e14af75f7c31372fcdeb8ad24b5f874bfb974aa0906f25a059a2407a358f"
revision 1

bottle do
cellar :any
Expand All @@ -11,7 +12,7 @@ class Ctunnel < Formula
end

depends_on "openssl"
depends_on :tuntap => :recommended
depends_on :tuntap => :optional

def install
inreplace "Makefile.cfg", "TUNTAP=yes", "TUNTAP=no" if build.without? "tuntap"
Expand Down

0 comments on commit 7771644

Please sign in to comment.