[91315] trunk/dports/net/mosh/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Mar 29 07:16:59 PDT 2012


Revision: 91315
          https://trac.macports.org/changeset/91315
Author:   ryandesign at macports.org
Date:     2012-03-29 07:16:56 -0700 (Thu, 29 Mar 2012)
Log Message:
-----------
mosh: platform darwin 9 section: remove unnecessary configure.args-append, and change poll-emulator from depends_build to depends_lib since we do link with libpoll.dylib

Modified Paths:
--------------
    trunk/dports/net/mosh/Portfile

Modified: trunk/dports/net/mosh/Portfile
===================================================================
--- trunk/dports/net/mosh/Portfile	2012-03-29 13:58:38 UTC (rev 91314)
+++ trunk/dports/net/mosh/Portfile	2012-03-29 14:16:56 UTC (rev 91315)
@@ -29,8 +29,7 @@
 }
 
 platform darwin 9 {
-    depends_build-append  port:poll-emulator
-    configure.args-append poll_CFLAGS="-I${prefix}" poll_LIBS="-L${prefix} -lpoll"
+    depends_lib-append  port:poll-emulator
 } 
 
 livecheck.type          regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120329/bc8ae157/attachment.html>


More information about the macports-changes mailing list