info file

; $Id: gmap_cck.info,v 1.3 2008/09/30 21:49:33 bdragon Exp $
name = GMap CCK Field
description = Filter to allow insertion of a google map into a node
package = Location
dependencies = gmap content gmap_macro_builder

should be

...
dependencies [] = gmap content gmap_macro_builder

Comments

bdragon’s picture

Actually it should be

dependencies[] = gmap
dependencies[] = content
dependencies[] = gmap_macro_builder

But the real problem is the module itself isn't ported yet. (I'm not the author, and I haven't had time to take it apart to see how it works yet.)

geodaniel’s picture

Status: Active » Closed (duplicate)