[115433] trunk/dports/devel/libpwquality/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Wed Jan 1 17:26:02 PST 2014


Revision: 115433
          https://trac.macports.org/changeset/115433
Author:   jeremyhu at macports.org
Date:     2014-01-01 17:26:02 -0800 (Wed, 01 Jan 2014)
Log Message:
-----------
libpwquality: Leopard build fix

Modified Paths:
--------------
    trunk/dports/devel/libpwquality/Portfile

Modified: trunk/dports/devel/libpwquality/Portfile
===================================================================
--- 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}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140101/fb193474/attachment.html>


More information about the macports-changes mailing list