The api version line in my .make file matches that of EXAMPLE.make, namely

api = 2

When i run drush make, I get the error message:

You need to specify an API version of two in your makefile: [warning]
api = 2

And the project fails to install.
I'm using the .make file at http://drupal.org/files/issues/ngpprofile.make_.txt

Comments

clemens.tolboom’s picture

Project: Drush Make » NGP Campaign Profile
Version: 6.x-2.x-dev » 6.x-1.x-dev

As the makefile makes use of the NGP Profile the bug is in their makefile.

drush make does a recursive call into the http://drupalcode.org/project/ngpprofile.git/blob/refs/heads/6.x-1.x:/ng... which has no api = 2

I set the issue to the correct project.

As a side note i can see some releases on http://drupalcode.org/project/ngpprofile.git which are not available to the general public.

Hope this helps.