[54145] trunk/dports/devel/roboctl/Portfile

toby at macports.org toby at macports.org
Tue Jul 21 16:40:45 PDT 2009


Revision: 54145
          http://trac.macports.org/changeset/54145
Author:   toby at macports.org
Date:     2009-07-21 16:40:44 -0700 (Tue, 21 Jul 2009)
Log Message:
-----------
build fix

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

Modified: trunk/dports/devel/roboctl/Portfile
===================================================================
--- trunk/dports/devel/roboctl/Portfile	2009-07-21 23:32:51 UTC (rev 54144)
+++ trunk/dports/devel/roboctl/Portfile	2009-07-21 23:40:44 UTC (rev 54145)
@@ -29,10 +29,12 @@
 destroot.args	"MANPREFIX=${prefix}/share"
 post-patch {
 	reinplace "s|-lbluetooth||g" "${worksrcpath}/Commands/Legoctl/Makefile"
-	if {${os.major} == 9} {
+	if {${os.major} >= 9} {
         reinplace "s|echo -e|echo|g" \
             ${worksrcpath}/Commands/Legoctl/Makefile \
             ${worksrcpath}/Commands/Vexctl/Makefile \
             ${worksrcpath}/Libs/C/Makefile
 	}
 }
+
+use_parallel_build no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090721/02df9156/attachment.html>


More information about the macports-changes mailing list