diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/cc65.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/cc65.rb b/Library/Formula/cc65.rb index cbc326feb..21ee41c64 100644 --- a/Library/Formula/cc65.rb +++ b/Library/Formula/cc65.rb @@ -6,7 +6,7 @@ class Cc65 < Formula url 'ftp://ftp.musoftware.de/pub/uz/cc65/cc65-sources-2.13.3.tar.bz2' sha1 '925c6edfcef7057e24ecb0704fa07210faec07bc' - conflicts_with 'cc65', :because => 'both install `grc` binaries' + conflicts_with 'grc', :because => 'both install `grc` binaries' def install ENV.deparallelize |
