Revision: 95957 https://trac.macports.org/changeset/95957 Author: blair@macports.org Date: 2012-07-26 18:36:43 -0700 (Thu, 26 Jul 2012) Log Message: ----------- thrift-devel: depend upon qt4-mac if +qt4 variant is given. Modified Paths: -------------- trunk/dports/devel/thrift-devel/Portfile Modified: trunk/dports/devel/thrift-devel/Portfile =================================================================== --- trunk/dports/devel/thrift-devel/Portfile 2012-07-27 01:35:14 UTC (rev 95956) +++ trunk/dports/devel/thrift-devel/Portfile 2012-07-27 01:36:43 UTC (rev 95957) @@ -6,6 +6,7 @@ name thrift-devel conflicts thrift version 1365183 +revision 1 categories devel license Apache-2 maintainers gmail.com:naoya.n blair openmaintainer @@ -111,6 +112,7 @@ # See https://issues.apache.org/jira/browse/THRIFT-1348. variant qt4 description "enable non-blocking thrift server for use within Qt" { + depends_lib-append port:qt4-mac } livecheck.type regex
participants (1)
-
blair@macports.org