[93819] trunk/dports/devel/thrift/Portfile
jmr at macports.org
jmr at macports.org
Thu May 31 19:37:49 PDT 2012
Revision: 93819
https://trac.macports.org/changeset/93819
Author: jmr at macports.org
Date: 2012-05-31 19:37:47 -0700 (Thu, 31 May 2012)
Log Message:
-----------
thrift: add missing dependencies to haskell variant (#31477)
Modified Paths:
--------------
trunk/dports/devel/thrift/Portfile
Modified: trunk/dports/devel/thrift/Portfile
===================================================================
--- trunk/dports/devel/thrift/Portfile 2012-06-01 01:50:19 UTC (rev 93818)
+++ trunk/dports/devel/thrift/Portfile 2012-06-01 02:37:47 UTC (rev 93819)
@@ -73,7 +73,9 @@
variant haskell description "enable the Haskell library" {
configure.args-delete --with-haskell=no
configure.args-append --with-haskell=yes
- depends_lib-append port:ghc
+ depends_lib-append port:ghc \
+ port:hs-http \
+ port:hs-binary
}
variant perl description "enable the Perl library" {
configure.env-append PERL_PREFIX=${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120531/e59ddee7/attachment-0001.html>
More information about the macports-changes
mailing list