diff options
Diffstat (limited to 'www/drupal6-webform/Makefile')
-rw-r--r-- | www/drupal6-webform/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/drupal6-webform/Makefile b/www/drupal6-webform/Makefile index 72c3d548cc7f..c70ad38db79b 100644 --- a/www/drupal6-webform/Makefile +++ b/www/drupal6-webform/Makefile @@ -13,6 +13,7 @@ CATEGORIES= www MAINTAINER= nick@foobar.org COMMENT= Drupal module to allow easy creation of forms +USE_DRUPAL= yes DRUPAL6_MODULE= yes MODULE_FILES= components/date.inc components/email.inc \ @@ -38,6 +39,4 @@ MODULE_DIRS= components tests translations DOC_FILES= CHANGELOG.txt INSTALL.txt README.txt THEMING.txt LICENSE.txt -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.drupal.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |