Revision: 95989 https://trac.macports.org/changeset/95989 Author: blair@macports.org Date: 2012-07-27 10:17:16 -0700 (Fri, 27 Jul 2012) Log Message: ----------- thrift-devel: depend on autoconf since automake only depends_build on it. Modified Paths: -------------- trunk/dports/devel/thrift-devel/Portfile Modified: trunk/dports/devel/thrift-devel/Portfile =================================================================== --- trunk/dports/devel/thrift-devel/Portfile 2012-07-27 16:53:01 UTC (rev 95988) +++ trunk/dports/devel/thrift-devel/Portfile 2012-07-27 17:17:16 UTC (rev 95989) @@ -6,6 +6,7 @@ name thrift-devel conflicts thrift version 1366428 +revision 1 categories devel license Apache-2 maintainers gmail.com:naoya.n blair openmaintainer @@ -28,7 +29,8 @@ use_parallel_build no -depends_build port:automake \ +depends_build port:autoconf \ + port:automake \ port:boost \ port:pkgconfig depends_lib-append port:openssl
participants (1)
-
blair@macports.org