diff options
Diffstat (limited to 'www/drupal6-nodewords')
-rw-r--r-- | www/drupal6-nodewords/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/drupal6-nodewords/Makefile b/www/drupal6-nodewords/Makefile index 027e5595907b..2263a9e3899f 100644 --- a/www/drupal6-nodewords/Makefile +++ b/www/drupal6-nodewords/Makefile @@ -12,6 +12,7 @@ CATEGORIES= www MAINTAINER= nick@foobar.org COMMENT= A drupal module which allows the end-user to set meta tags for nodes +USE_DRUPAL= yes DRUPAL6_MODULE= yes MODULE_DIRS= nodewords_basic/translations nodewords_basic \ nodewords_extra/translations nodewords_extra includes \ @@ -43,6 +44,4 @@ MODULE_FILES= includes/forum.inc includes/image.inc includes/node.inc \ DOC_FILES= README.txt CHANGELOG.txt API.txt LICENSE.txt -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.drupal.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |