[95303] trunk/dports/devel/thrift/Portfile

blair at macports.org blair at macports.org
Sun Jul 8 16:35:03 PDT 2012


Revision: 95303
          https://trac.macports.org/changeset/95303
Author:   blair at macports.org
Date:     2012-07-08 16:35:03 -0700 (Sun, 08 Jul 2012)
Log Message:
-----------
thrift: depend upon openssl because it'll use it if configure finds it.

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

Modified: trunk/dports/devel/thrift/Portfile
===================================================================
--- trunk/dports/devel/thrift/Portfile	2012-07-08 23:27:36 UTC (rev 95302)
+++ trunk/dports/devel/thrift/Portfile	2012-07-08 23:35:03 UTC (rev 95303)
@@ -5,7 +5,7 @@
 
 name            thrift
 version         0.8.0
-revision        2
+revision        3
 categories      devel
 license         Apache-2
 maintainers     gmail.com:naoya.n blair openmaintainer
@@ -29,8 +29,9 @@
 
 use_parallel_build no
 
-depends_build   port:boost \
-                port:pkgconfig
+depends_build           port:boost \
+                        port:pkgconfig
+depends_lib-append      port:openssl
 
 configure.args  --with-csharp=no \
                 --with-erlang=no \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120708/149aed4d/attachment.html>


More information about the macports-changes mailing list