Modified: trunk/dports/gnome/gnome-keyring/Portfile (115464 => 115465)
--- trunk/dports/gnome/gnome-keyring/Portfile 2014-01-02 22:07:59 UTC (rev 115464)
+++ trunk/dports/gnome/gnome-keyring/Portfile 2014-01-02 22:15:44 UTC (rev 115465)
@@ -45,15 +45,22 @@
use_autoreconf yes
autoreconf.args -fvi
-configure.args --with-pam-dir=/usr/lib/pam \
- --without-libcap-ng \
+configure.args --without-libcap-ng \
--disable-silent-rules \
--disable-schemas-compile
-destroot.violate_mtree yes
+platform darwin {
+ if {${os.major} < 10} {
+ configure.args-append --disable-pam
+ } else {
+ configure.args-append --with-pam-dir=/usr/lib/pam
-post-destroot {
- file delete ${destroot}/usr/lib/pam/pam_gnome_keyring.la
+ destroot.violate_mtree yes
+
+ post-destroot {
+ file delete ${destroot}/usr/lib/pam/pam_gnome_keyring.la
+ }
+ }
}
post-activate {