From 5d43958d2f277f2ab9be7293a90930edb960d485 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 24 Aug 2014 20:20:49 -0500 Subject: Avoid conditionally defined resources Resources are downloaded on-demand, so we can always define them and avoid the headaches that come with conditional definitions. --- Library/Formula/libgcrypt.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/libgcrypt.rb') diff --git a/Library/Formula/libgcrypt.rb b/Library/Formula/libgcrypt.rb index 3a831a4c1..1a6690183 100644 --- a/Library/Formula/libgcrypt.rb +++ b/Library/Formula/libgcrypt.rb @@ -21,7 +21,7 @@ class Libgcrypt < Formula url "http://trac.macports.org/export/113198/trunk/dports/devel/libgcrypt/files/config.h.ed" version "113198" sha1 "136f636673b5c9d040f8a55f59b430b0f1c97d7a" - end if build.universal? + end def install ENV.universal_binary if build.universal? -- cgit v1.2.3