Updated dependenceies with fully qualified name
This commit is contained in:
parent
2607129f42
commit
425bc344fc
2 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ class GuileConfig < Formula
|
|||
depends_on "automake" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "texinfo" => :build
|
||||
depends_on "guile-next"
|
||||
depends_on "msg/apps/guile-next"
|
||||
|
||||
def install
|
||||
ENV["GUILE_AUTO_COMPILE"] = "0"
|
||||
|
|
|
@ -8,9 +8,9 @@ class GuileHall < Formula
|
|||
depends_on "automake" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "texinfo" => :build
|
||||
depends_on "guile-next"
|
||||
depends_on "msg/apps/guile-next"
|
||||
depends_on "guile-lib"
|
||||
depends_on "guile-config"
|
||||
depends_on "msg/apps/guile-config"
|
||||
|
||||
def install
|
||||
ENV["GUILE_AUTO_COMPILE"] = "0"
|
||||
|
|
Loading…
Add table
Reference in a new issue