diff --git a/profiles/unl_profile/unl_profile.info b/profiles/unl_profile/unl_profile.info
index 4de94b47bba0574f89b49d993bc6be7fba7123c7..313ccc2cc4ef0915012bf808975f67543ebe8066 100644
--- a/profiles/unl_profile/unl_profile.info
+++ b/profiles/unl_profile/unl_profile.info
@@ -21,6 +21,9 @@ dependencies[] = field_ui
 dependencies[] = file
 dependencies[] = rdf
 
+dependencies[] = token
+dependencies[] = pathauto
+dependencies[] = pagepreview
 dependencies[] = wysiwyg
 dependencies[] = imce
 dependencies[] = imce_wysiwyg
diff --git a/profiles/unl_profile/unl_profile.install b/profiles/unl_profile/unl_profile.install
index 1a526fb78115bb66e8f79e985e4096dd48ddc68a..2eb5c146dfc4c199f451679dc34f513f91f28237 100644
--- a/profiles/unl_profile/unl_profile.install
+++ b/profiles/unl_profile/unl_profile.install
@@ -71,6 +71,10 @@ function unl_profile_install() {
 
   module_disable(array('overlay'));
 
+  // Pathauto setup
+  variable_set('pathauto_node_pattern', '[node:title]');
+  variable_set('pathauto_update_action', 1);
+  
   // Add custom blocks for extra sections of the UNL Template (ie: Contact Us, Footer)
   $block_contents = array();
   $block_contents['contactinfo'] = <<<EOF