git-core: don't use CommonCrypto on Tiger (should fix #39848)
--- trunk/dports/devel/git-core/Portfile 2013-07-25 19:36:43 UTC (rev 108526)
+++ trunk/dports/devel/git-core/Portfile 2013-07-25 20:18:01 UTC (rev 108527)
@@ -201,6 +201,10 @@
}
}
+platform darwin 9 {
+ build.args-append NO_APPLE_COMMON_CRYPTO=1
+}
+
default_variants +doc +pcre +credential_osxkeychain
livecheck.type regex