--- trunk/dports/devel/libpwquality/Portfile 2014-01-02 00:46:50 UTC (rev 115432)
+++ trunk/dports/devel/libpwquality/Portfile 2014-01-02 01:26:02 UTC (rev 115433)
@@ -66,6 +66,12 @@
default_variants +python27
}
+platform darwin {
+ if {${os.major} < 10} {
+ configure.args-append --disable-pam
+ }
+}
+
livecheck.type regex
livecheck.url ${master_sites}
livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"