[71449] trunk/dports/devel/libhsplasma/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Sep 13 03:45:54 PDT 2010


Revision: 71449
          http://trac.macports.org/changeset/71449
Author:   ryandesign at macports.org
Date:     2010-09-13 03:45:53 -0700 (Mon, 13 Sep 2010)
Log Message:
-----------
libhsplasma: fix configuration on Tiger by using MacPorts bash 3

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

Modified: trunk/dports/devel/libhsplasma/Portfile
===================================================================
--- trunk/dports/devel/libhsplasma/Portfile	2010-09-13 10:31:43 UTC (rev 71448)
+++ trunk/dports/devel/libhsplasma/Portfile	2010-09-13 10:45:53 UTC (rev 71449)
@@ -61,6 +61,12 @@
     configure.args-delete   --no-debug
 }
 
+platform darwin 8 {
+    # configure script requires bash 3 but Tiger has bash 2
+    depends_build-append    port:bash
+    configure.cmd           ${prefix}/bin/bash ./configure
+}
+
 livecheck.type              regex
 livecheck.url               ${hg.url}
 livecheck.version           [lindex [split ${version} -] 1]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100913/02797338/attachment.html>


More information about the macports-changes mailing list