Modified: trunk/dports/gnome/gnome-keyring/Portfile (139107 => 139108)
--- trunk/dports/gnome/gnome-keyring/Portfile 2015-08-02 19:19:05 UTC (rev 139107)
+++ trunk/dports/gnome/gnome-keyring/Portfile 2015-08-02 19:21:08 UTC (rev 139108)
@@ -62,7 +62,9 @@
--disable-schemas-compile
platform darwin {
- if {${os.major} < 10} {
+# darwin 15 (El Capitan) fails during activation if pam support is enabled
+# won't allow activation of module in system pam directory (/usr/lib/pam)
+ if {${os.major} < 10 || ${os.major} > 14} {
configure.args-append --disable-pam
} else {
configure.args-append --with-pam-dir=/usr/lib/pam