diff options
Diffstat (limited to 'Library/Formula/cc65.rb')
| -rw-r--r-- | Library/Formula/cc65.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/cc65.rb b/Library/Formula/cc65.rb index 07bcd4bed..cbc326feb 100644 --- a/Library/Formula/cc65.rb +++ b/Library/Formula/cc65.rb @@ -2,10 +2,11 @@ require 'formula' class Cc65 < Formula homepage 'http://www.cc65.org/' + head 'svn://svn.cc65.org/cc65/trunk' url 'ftp://ftp.musoftware.de/pub/uz/cc65/cc65-sources-2.13.3.tar.bz2' sha1 '925c6edfcef7057e24ecb0704fa07210faec07bc' - head 'svn://svn.cc65.org/cc65/trunk' + conflicts_with 'cc65', :because => 'both install `grc` binaries' def install ENV.deparallelize |
