diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-18 12:41:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-18 12:41:30 +0000 |
commit | d5b0fc13160c0f4e9ec0fd4deb31401992045d1c (patch) | |
tree | 1899e89f5684c868172b8e56ae854862c631b0aa | |
parent | Revert a commit that should not have crept in (diff) |
Fix USES=drupal usage
Notes
Notes:
svn path=/head/; revision=358269
-rw-r--r-- | www/drupal6-image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/drupal6-image/Makefile b/www/drupal6-image/Makefile index 5f51a168692f..8010be9db05f 100644 --- a/www/drupal6-image/Makefile +++ b/www/drupal6-image/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://ftp.drupal.org/files/projects/ MAINTAINER= ports@FreeBSD.org COMMENT= Drupal 6.x image upload module -USES= drupal:6:module +USES= drupal:6,module MODULE_DIRS= views/theme views translations tests \ contrib/image_import/translations \ |