diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-18 20:17:26 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-18 20:17:26 +0800 |
commit | 53d866b4c89c14862ee3f1d8c1fcaa6922f4e7c5 (patch) | |
tree | 3043db14e178e9d6dc38783703496a1602d68fb8 /www/drupal6-image | |
parent | f669476710fff20369069b61b893463a36266042 (diff) | |
download | freebsd-ports-gnome-53d866b4c89c14862ee3f1d8c1fcaa6922f4e7c5.tar.gz freebsd-ports-gnome-53d866b4c89c14862ee3f1d8c1fcaa6922f4e7c5.tar.zst freebsd-ports-gnome-53d866b4c89c14862ee3f1d8c1fcaa6922f4e7c5.zip |
Migrate all drupal ports to USES=drupal
Diffstat (limited to 'www/drupal6-image')
-rw-r--r-- | www/drupal6-image/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/drupal6-image/Makefile b/www/drupal6-image/Makefile index b5954fe7af07..5f51a168692f 100644 --- a/www/drupal6-image/Makefile +++ b/www/drupal6-image/Makefile @@ -9,8 +9,7 @@ MASTER_SITES= http://ftp.drupal.org/files/projects/ MAINTAINER= ports@FreeBSD.org COMMENT= Drupal 6.x image upload module -USE_DRUPAL= yes -DRUPAL6_MODULE= yes +USES= drupal:6:module MODULE_DIRS= views/theme views translations tests \ contrib/image_import/translations \ |