$OpenBSD: patch-devel_themer_install,v 1.1 2009/09/20 13:24:29 espie Exp $
--- devel_themer.install.orig	Sat Aug 16 15:05:59 2008
+++ devel_themer.install	Sun Sep 20 14:56:48 2009
@@ -2,7 +2,15 @@
 
 function devel_themer_requirements($phase) {
   // Ensure translations don't break at install time
-   $t = get_t();
+  $t = get_t();
+  if (module_exists('dhtml_menu')) {
+    $requirements['dhtml_menu'] = array(
+      'title' => t('devel_themer'),
+      'value' => t('dhtml_menu conflict'),
+      'description' => $t('This module is incompatible with dhtml_menu'),
+      'severity' => REQUIREMENT_ERROR,
+    );
+  }
    
    if ($phase == 'install' || $phase == 'runtime') {
      // we need the Optimizer check function
