[82262] trunk/dports/_resources/port1.0/group/haskell-1.0.tcl

jmr at macports.org jmr at macports.org
Thu Aug 11 13:48:37 PDT 2011


Revision: 82262
          http://trac.macports.org/changeset/82262
Author:   jmr at macports.org
Date:     2011-08-11 13:48:36 -0700 (Thu, 11 Aug 2011)
Log Message:
-----------
haskell portgroup: ghc needs to be depends_lib because the register/unregister scripts rely on ghc-pkg

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/haskell-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/haskell-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/haskell-1.0.tcl	2011-08-11 20:44:22 UTC (rev 82261)
+++ trunk/dports/_resources/port1.0/group/haskell-1.0.tcl	2011-08-11 20:48:36 UTC (rev 82262)
@@ -65,7 +65,7 @@
     homepage            http://hackage.haskell.org/package/${package}
     master_sites        http://hackage.haskell.org/packages/archive/${package}/${version}
     distname            ${package}-${version}
-    depends_build       port:${compiler_config(port)}
+    depends_lib         port:${compiler_config(port)}
     configure.cmd       runhaskell
     configure.pre_args
     configure.args      Setup configure --prefix=${prefix} --with-compiler=[subst ${compiler_config(compiler)}]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110811/1ff3b081/attachment.html>


More information about the macports-changes mailing list