aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libffi.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/libffi.rb')
-rw-r--r--Library/Formula/libffi.rb8
1 files changed, 5 insertions, 3 deletions
diff --git a/Library/Formula/libffi.rb b/Library/Formula/libffi.rb
index 6731722bf..575252ecd 100644
--- a/Library/Formula/libffi.rb
+++ b/Library/Formula/libffi.rb
@@ -1,9 +1,11 @@
require 'formula'
class Libffi <Formula
- @url='ftp://sourceware.org/pub/libffi/libffi-3.0.8.tar.gz'
- @homepage='http://sourceware.org/libffi/'
- @sha1='ce44d10c39d9a37479c8777e206cac0f36c48712'
+ url 'ftp://sourceware.org/pub/libffi/libffi-3.0.8.tar.gz'
+ homepage 'http://sourceware.org/libffi/'
+ sha1 'ce44d10c39d9a37479c8777e206cac0f36c48712'
+
+ keg_only :provided_by_osx
def patches
host = "http://trac.macports.org"