diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-12-28 11:50:14 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-12-28 11:50:14 -0200 |
commit | 6145f645f559a67e6970474ab711da392af9aedf (patch) | |
tree | 654ac0901a34f2921596eb32d75a3f461c71918d /files | |
parent | 3bcf048229faa8cfb1c06e7a2eaaaec9636069d6 (diff) | |
download | puppet-drupal-6145f645f559a67e6970474ab711da392af9aedf.tar.gz puppet-drupal-6145f645f559a67e6970474ab711da392af9aedf.tar.bz2 |
Adding missing openlayers dependencies ad 7.x makefile
Diffstat (limited to 'files')
-rw-r--r-- | files/drupal7.make | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/files/drupal7.make b/files/drupal7.make index fd4ae11..3e15db2 100644 --- a/files/drupal7.make +++ b/files/drupal7.make @@ -32,7 +32,8 @@ projects[] = simplenews ; mapping projects[] = openlayers -projects[] = panels +projects[] = proj4js +projects[] = geophp ; openlayers libraries[openlayers][download][type] = "file" @@ -117,3 +118,4 @@ projects[] = file_entity projects[] = filefield_sources projects[] = jquery_update projects[] = media +projects[] = panels |