diff options
Diffstat (limited to 'www/drupal4-attachment/Makefile')
-rw-r--r-- | www/drupal4-attachment/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/drupal4-attachment/Makefile b/www/drupal4-attachment/Makefile index 0c05e2f3428d..eb5fcf69a216 100644 --- a/www/drupal4-attachment/Makefile +++ b/www/drupal4-attachment/Makefile @@ -13,12 +13,12 @@ CATEGORIES= www security MAINTAINER= nick@foobar.org COMMENT= An alternative to Drupal's included upload module -RUN_DEPENDS+= ${LOCALBASE}/${DRUPAL_MODDIR}/filemanager.module:${PORTSDIR}/www/drupal-filemanager +RUN_DEPENDS+= ${LOCALBASE}/${DRUPAL_MODDIR}/filemanager.module:${PORTSDIR}/www/drupal4-filemanager DRUPAL_MODULE= yes MODULE_FILES= attachment.install attachment.module DOC_FILES= LICENSE.txt README.txt CREDITS INSTALL .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/drupal/bsd.drupal.mk" +.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk" .include <bsd.port.post.mk> |